In reply to: Daniel Krüger (Cosmo Consult)
Hi Ahmed,
it's interesting to know that business rules are executed/replaced in a calculated column. This is probably an unsupported feature, at least I have never read anything about it. :)
Did you already test, whether the id is replaced when you transport the application to another environment?
If it is not replaced, you could still use your solution by using the id from the production environment for the variable. It only has to work in the production environment. :)
Best regards,
Daniel
Hi,
I have not tested different environments yet. It's not necessary to use business rule code for the language, we could also use directly Current User Language code which is {USERLAN}.
(SELECT dbo.ClearWFElemAdvLanguage({WFCONCOL:id},'{USERLAN} ') ) works well.
I have a question regarding SDK C# logic.
Suppose I have two form fields, Field X and Field Y, and an SDK plugin is attached to Field X.
When the C# method ConvertToDBTypeAsync is called, it saves data for Field X into the database.
I would like to save the same data into Field Y as well.
Are there any built-in functions that can help with this?