Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ref:a_f:f:af:context_size [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:f:af:context_size [2026/08/13 00:43] (current) – ↷ Page moved from a_f:f:af:context_size to ref:a_f:f:af:context_size localdev
Line 1: Line 1:
 +{{tag>Index Function Function_List Miscellaneous Version:v8.6}}
 +====== CONTEXT_SIZE ====== 
 +===== Description =====  
 +Determines the number of instances of the specified business object currently in Context. Can be useful if one needs to determine the number of objects that user selected in the process that handles multiple selection.
 +===== Parameters =====  
 +The name of the object
 +===== Example =====  
 +<code aim>SessionObj.Total = CONTEXT_SIZE ('ObjName') </code>