I have a variable named email in catalog item. I want to set the value of this variable to current logged in user's email id as a default value. For this i am using " gs.getUser().getEmail()" in the default value field of email variable but it's not
I have a variable named email in catalog item. I want to set the value of this variable to current logged in user's email id as a default value. For this i am using " gs.getUser().getEmail()" in the default value field of email variable but it's not ...