Hi all,
Does anyone know if it is possible to send the crt.CreateRecordRequest to a specific page and not to the objects default form?
I want open the a modal form page rather than the default form. I suppose it will be added in upcoming releases but wondering if there is a workaround now.
Thanks!
Like
3 comments
20:38 May 18, 2023
Hello,
In the basic code I found this example:
request: "crt.CreateRecordRequest", params: { entityName: a, entityPageName: t.cardSchemaName, defaultValues: o }
try using the same approach, but change entityName and entityPageName. This should open your custom page.
20:59 May 18, 2023
Harry,
I am affraid there is no workaround for it, but I will registed a task for our R&D team on this matter. Thank you in helping us to make the application better!
Show all comments