Difference between revisions of "Internal Branch Filter"

From SmartWiki
Jump to: navigation, search
Line 8: Line 8:
 
:<Font size="3">'''parentlist like '%,@companyid@,%' '''</font>
 
:<Font size="3">'''parentlist like '%,@companyid@,%' '''</font>
  
[[Category:Universal Tracking Application]][[Category:Variables]]
+
[[Category:To Move Later]]

Revision as of 13:37, 20 October 2017

When using the Branch Standard Field at Level 1 you can restrict which companies are available in the Branch drop-down list based on which user is editing the record.

  • To force selection of their own company use:
companyid = @companyid@


  • To allow the user to select from the branches under their company:
parentlist like '%,@companyid@,%'