Skip to content

Commit 6e412f3

Browse files
Create README.md
1 parent 9ce4d27 commit 6e412f3

File tree

1 file changed

+6
-0
lines changed
  • Server-Side Components/Business Rules/Sync Fields for two tables

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**Scenario**: Synchronize fields between two different tables.
2+
3+
**Example**: Any changes made to the fields on the New Hire HR Case for a user, where the same field also exists on the HR Profile, will automatically be updated on the HR Profile when the field is modified on the case.
4+
Fields on the case that are derived from the HR Profile are excluded from this synchronization.
5+
6+
**Script Logic**: An after-update business rule that checks the updated fields in the current table (HR case) exist in the other table (HR Profile) and updates them accordingly.

0 commit comments

Comments
 (0)