Skip to content

Commit 1496315

Browse files
authored
Create README.md
1 parent 06eaf0f commit 1496315

File tree

1 file changed

+7
-0
lines changed
  • Server-Side Components/Business Rules/Sync Integer Field

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Scenario: Synchronize integer field that will put records in sequential order.
2+
3+
Example: When you have an integer field on a table and want to be able to add records and have it rearrange order its order sequentially.
4+
5+
Script Logic: An before-update business rule that grabs all the records that currently have an integer field value and puts them into an array. It then adds the new value and puts it into the correct position in the array and updates value so they are in a sequence order.
6+
7+
**You will have to create a custom integer field to be able to use this business rule.**

0 commit comments

Comments
 (0)