I’m trying to upload a document to a custom table named RequestSysFile. Along with the document, I need to store an additional field called “Type of Document”, which comes from a field on the screen/form.
However, I’m not able to pass this additional data to the RequestSysFile table during the upload process. Could anyone guide me on how to include this extra field while uploading the file?
Also i tried with Business Process(insert signal on sysfile) , but on upload File, Screen details are not getting Saved. I am not able to get...MoreLess
I would like to confirm whether it's possible to modify or override the default login & logout functionality, as I have to execute custom business logic during the login and logout processes.
If possible, please provide the recommended approach for implementation.
I need to make a request to a custom handler whenever a specific integer field changes its value in a Freedom UI page. The field can be 0, 1, or 2, and it’s modified by a business rule (not by the user), so it’s read-only.
I’ve been trying to achieve this using crt.HandleViewModelAttributeChangeRequest...MoreLess
What issues are you having with crt.HandleViewModelAttributeChangeRequest that make you want to use an alternative? This is the handler I would...MoreLess
There are two types of business rules, page-level business rules and object-level business rules. Filters are object-level business rules. In...MoreLess
There are two types of business rules, page-level business rules and object-level business rules. Filters are object-level business rules. In...MoreLess