-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
We call these "dynamic rules" or "conditional rules", ...
This is in the EFX language, thus this is part of the meta data as it is part of fields.json For dynamic rules you can use EFX. We have plans to demo this later in the editor demo (either fully using JS or on server side), but you will have to be patient for that because many other things will take priority. |
Beta Was this translation helpful? Give feedback.
-
Thanks Christophe Some questions to begin :
Do you agree with level of project ? About 1.8 I've already downloaded and I am using it.
about context , of course I can split the string to find ND-ContractingParty and make the context, is there any method , or class that is present in toolkit/core to get the context, or at list the first string (ND-ContractingParty) ? Bye |
Beta Was this translation helpful? Give feedback.
-
Hello,
|
Beta Was this translation helpful? Give feedback.
We call these "dynamic rules" or "conditional rules", ...
For example for OPT-300-Procedure-SProvider the condition (in fields.json) is:
This is in the EFX language, thus this is part of the meta data as it is part of fields.json
EFX is a language specific to the SDK.
F…