Hi
I have created a attribute in my object zbasicpay. There was already some other created attribute in that object i just added one.
now in my workflow i need to show the value of that attribute in a email
here is the code in the email:
New pay rate for employee Personal Number: &ZBASICPAY.EMPLOYEENUMBER& Name: &ZBASICPAY.FULLNAME& is greater than $ &STDPAYRATE& standard.
Pay rate is changing from $ &ZBASICPAY.PREVPAY& to $ &NEWPAYRATE&.
But when the email is actually send this is what it shows:
New pay rate for employee Personal Number: 00124647 Name:
&ZBASICPAY.FULLNAME& is greater than $ 5.50 standard.
Pay rate is changing from $ 13.40 to $ 15.40.
As you can see the Employee full name is not showing instead its showing the code or tag.
Please help me what and where i am doing something wrong. And is there any way to check if my object is giving me the right answer or not?
Thanks
Message was edited by:
Anwarul Kabir
Add a comment