Differences

This shows you the differences between two versions of the page.

Link to this comparison view

a_f:f:99_a:next_sequence_nmb [2022/09/01 06:40] – created - external edit 127.0.0.1a_f:f:99_a:next_sequence_nmb [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:next_sequence_nmb to a_f:f:f:next_sequence_nmb administrator
Line 1: Line 1:
-{{tag>Functions Function_List Miscellaneous}} 
-====== NEXT_SEQUENCE_NMB ======  
-===== Description =====   
-Returns next value of the specified auto-incremented attrubute 
-===== Parameters =====    
-  - Name of the business object that owns the auto-incremented attribute 
-  - Name of the auto-incremented attribute 
-  - Optional expression that calculates the value identifying group of instances as specified in the auto-incremented attribute 
-  - Optional expression that calculates the starting value of the sequence as specified in the auto-incremented attribute 
-===== Example =====   
-<code aim>IF Object.AutoIncAttr IS UNDEFINED THEN 
-   Object,AutoIncAttr = NEXT_SEQUENCE_NMB('Object', 'AutoIncAttr', Object.GroupValue) </code> 
  
  • Last modified: 2022/09/13 18:12