Hello, If the page is opened outside of a business process but still requires a static value to be applied, the page must represent an object. You can achieve this by setting up a business rule.
In the business rule, you can define an "If" condition to check whether the necessary field is empty. If it is, the rule will automatically assign the desired value to that field.
The reason I want to set a static value for the page parameter when opening the page is that I have a modal for confirming the delete process. The value from the page parameter will be used to determine which object is being deleted when the "YES" button is clicked.
That's why I need to assign a static value to the page parameter based on where the confirmation modal is being used. Currently, i can set static value using the Business Process (BP), but I don’t think it’s good practice to rely on BP only for opening the page.
Unfortunately, there are no default values for page parameters at the moment. I will register this idea for future development. As for now, this can only be implemented via BP or through development.
I have a preconfigured page where there is a detail. The use case is a user will select list of records from the detail and I need to process these records. Is there a way to get the selected list of records from the preconfigured page detail?
Unfortunately, there is no opportunity to select a few records on the Auto-Generated page. If you need to add a selection of records to the system, you need to specify some filtering conditions by which the Add data element will work.
We have registered your request for our R&D team to include such functionality in one of the upcoming releases.
Our customer has requested to check if it is possible to reduce the size of the pre-configured page so that users who use the system know they are on the same page and are aware of what is happening.
Is it possible to reduce the pre-configured page size so that it does not cover the full screen (Similar to modal pop-up)?
Please be informed that the pre-configured page size cannot be changed, since it is not a mini-page or a pop-up and it works differently. It is a separate page from the main one and technically the user does not stay on the same page when a pre-configured page is opened.