You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Can I make a Full access user see qoutation in his group only

Can I make a Full access user see quotation in his group only whenever I use the forwarding rules the full access users can see all the quotations when they are not in the group is it some thing wrong in the code or is it somewhere else

resulstr = "";
approver = "";
approver1="";
if( find( _system_user_groups, "parts")<> -1){
approver = "parts"+"~" +_system_company_name+ "~Admin|";

}
if( find( _system_user_groups, "equip")<> -1){
approver1 = "equip"+"~" +_system_company_name+ "~Admin|";

}
resulstr = approver + approver1 ;
/* Print and return the final result */
print resulstr;
print _system_user_groups;
return resulstr;

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!