Skip to content

Commit 920f136

Browse files
authored
README.md
Read me file for calculated field using decision builder
1 parent 922fdb8 commit 920f136

File tree

1 file changed

+5
-0
lines changed
  • Server-Side Components/Server Side/Fetch dynamic value from decision table

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Fetch dynamic value from decision table
2+
3+
Use case: Map relevant values of field1 to field2 with large list of choices and often changing and needs to be editable by specific admin team.
4+
5+
Solution: If we want to have a scenario like based on "Field1" of big list of comma separated values, We need to provide its relevant "Field2" value, Which need not to be repeated again and the key value pair is huge and often changing, In that case we can make use of decision table to fetch key value pair without interrupting any scripts and saving value in "Field2" which will get changed according to "Field1" value as it is a calculated field.

0 commit comments

Comments
 (0)