Hello,
I am using the below code to check the current user created the current entity or not.
this.getUser().id==this.model.get('createdById')
How to check the current user Country (Custom Field) = Current entity created by user Country (Custom Field).
this.getUser().country==this.model.get('createdByI d').country Does this works?
Thanks.
I am using the below code to check the current user created the current entity or not.
this.getUser().id==this.model.get('createdById')
How to check the current user Country (Custom Field) = Current entity created by user Country (Custom Field).
this.getUser().country==this.model.get('createdByI d').country Does this works?
Thanks.
Comment