that seems to be regular JS code which works properly independently from the environment. Could you please specify what is exactly not working? It does not generate a number at all? Or it does generate a wrong one? How exactly are you using later this date?
There is one section section1 with a lookup Lookup1 and another section section2 that has the same lookup Lookup1. I want to fetch the value of two columns of section1 with the same lookup value that is selected in section2.
1) Empty ParentId for the module that the parent should have (you should deploy the OOB DB check with a query)
SELECT * FROM SysSchema
WHERE ManagerName = 'EntitySchemaManager'
AND ParentId IS NULL
set of return values on the box and on the site with the problem. If it is different, then delete such objects from the system (DELETE FROM SysSchema)
2) empty metadata for some object/scheme in the system.
SELECT Id, CAST (MetaData AS varchar (MAX)) FROM SysSchema
WHERE CAST (MetaData AS varchar (MAX)) = ''
You can also look in the application logs in the Common and Error log files for whether additional information on the generation of statics has been recorded (usually the error should be signed there with details). And you can also directly filter all schemes by the "Has error" filter in the configuration:
and see if any objects in the list are returned. If yes, then "Last error message" will be filled on the object in "Properties":
2022-03-23 15:20:14,091 Errors and (or) warnings occurred while compiling configuration dll
2022-03-23 15:20:14,091 Autogenerated\Src\GlbAsposePDFHelper.GlbWordToPdfConverter.cs(5,8) error CS0246: The type or namespace name 'Aspose' could not be found (are you missing a using directive or an assembly reference?)
Please suggest how solve this issue. Detailed log file is attached.
How can I filter the data of a field in a detail based on a parent's field value.
Example: From the contact list of a detail which contains a stage lookup and a contact lookup, I want to filter only the contacts that have the stage equal to the application stage (parent).
I have a business process with a preconfigured page that collects a few pieces of data, creates some related entities and then opens an edit page for one of the created records. Everything runs fine, but after process execution and after the record is loaded in the edit page, I get the message "another user has completed this task". Nothing is set to run in the background and the process is not set to run as system user.
Any ideas on how to prevent this message from showing or what's causing it in the first place?
Jeremy, I have the same issue in 7.18 in a process calling subprocesses and all are for running in the front end. At the end I am opening a record created in the process with some information collected from existing records and from an auto-generated page. Have you been able to solve this point?
It is not blocking but an extra click for the end user...
I have a question regarding system operation permissions. My goal is to find out if the current user has a specific operation permission. In order to do that within a business process, I've used the template from the marketplace with success. I'd like to do the same in client-code, for example in the Javascript code of an object page – ultimately I want to show some specific buttons only if the current user has specific operation permissions.
On display of Account Page, we need to mask the last 4 digits of the mobile number field. Any idea how we can override the displaying part and put our custom logic to mask the last 4 digits? And masked 4 digits should not also affect the mobile number during saving.