I'm trying to fill a field with the result of a simple calculation (e.g. field A - field B).
However, when I create the business rule and select "set field" as action, I can only provide a constant value and not a formula...am I missing something?
Here is a screenshot of the
I know that I can use a business process to achieve this, but this would be much more simpler and elegant I think.
In this case I want that in the Lookup, all the fields (Display Value, not the name of the fields in the database) regarding the application form are displayed. How is this realised Oscar ?
You will need to preform the SelectQuery request directly to the database from the client-side using filtration needed (this is what happens if you click the lookup, just check it in the "Network" tab of the console) or you can perform the ESQ query to get data from the lookup drop-down. Using one of the scenarios above you will be able to get data needed.
Unfortunately, it is difficult to determine the root cause of the issue without debugging the source code. Please try to use the “Insert” class instead of the current approach. Please find more information about this class in the article by the link below: