S
Santosh Patel
Guest
This is possible only via REST API createRecord as Manooj mentioned and not achievable from inside Rollbase UI. You need to invoke the createRecord REST API with all user details including a @p1 field and its value. Possible ways to achieve this is either a portal page or a Rollbase generic tab with the custom form for accepting User details including a password field (name attribute should be '@p1'). This form's submission should invoke a createRecord REST call (you can use Ajax here).
Continue reading...
Continue reading...