Where i can find the next example

hi team, thanks for time and help!

1 - Logging Form (ask for user and password)
2 - Landing Page
3 - Services integration? like create java code for invoke using parameters?

Hey @chacaman!

Happy to help here!

1 - Logging Form (ask for user and password)
 You could set this up using custom auth, more specifically this step from our docs may be helpful here.
2 - Landing Page
 If you are on a Pro account, you can set this up per user group under org settings > Permissions > Select a group > Additional tab > Workspace homepage (link to our docs on this here)


3 - Services integration? like create java code for invoke using parameters?

I'm not sure I fully follow here, would you mind elaborating a bit on this?

Hi, thanks for time and help i am looking in the documentation how to create a loging and registration form for an application...

and services in other RAPID I can create Services in JavaScript that only require a parameter ... which in turn invoke a Java service or a Query to a DB, for example a small portion of the service in key script that invokes a java service

this service call a table and execute a query for get results

	"GetVinByWSID": {
	"name": "GetVinByWSID",
	"type": "car_dataGetVinByWSIDrtnType",
	"isList": false,
	"owner": "Page",
	"dataSet": {
		"dataValue": ""
	},
	"dataBinding": [
		{
			"name": "dataBinding",
			"type": "object",
			"fields": [
				{
					"name": "wid",
					"isList": false,
					"value": "bind:Widgets.main_cdainf_ws_grid_1.selecteditem.ID"
				}
			]
		}
	],
	"saveInPhonegap": false,
	"firstRow": 0,
	"maxResults": 9999,
	"designMaxResults": 10,
	"service": "car_data",
	"operation": "GetVinByWSID",
	"operationType": "nativequery",
	"startUpdate": false,
	"autoUpdate": true,
	"inFlightBehavior": "executeLast",
	"transformationRequired": false,
	"serviceType": "DataService",
	"category": "wm.ServiceVariable",
	"_id": "wm-GetVinByWSID-wm.ServiceVariable-1619993062129"
}

Hey @chacaman!

If I understand your use case correctly here, one option could be to use a JS query to define variable or execute logic as well as trigger any queries. Here's a potentially useful link to our docs on scripting JS queries in Retool. Hope this helps, let me know if you have any questions! :slight_smile: