Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Function Function_List Miscellaneous Process Business_Rule}} ====== TYPE ====== ===== Description ===== Returns the specific type of the member of the business object group as a string constant <callout type="primary" icon="true" title="note">Cannot be used in queries</callout> ===== Parameters ===== The name of the business object group ===== Example ===== <code aim>IF TYPE (Account) = 'PersonalSavingAccount' THEN ... </code> (this assumes that the ''Account'' is a business object group having ''PersonalSavingAccount'' as its member) Last modified: 2023/05/09 01:21 Log In