Hello.
I’m trying to understand a code which was made to send emails to suppliers, but I can’t understand it, it’s done via a report rule.
In the action, we have this :
To=d&select SUBSTR('B@UNIFORM_PAYMENT_ADVICE_REP/IDENTITYS/IDENTITY/COMM_METHOD]', INSTR('N@UNIFORM_PAYMENT_ADVICE_REP/IDENTITYS/IDENTITY/COMM_METHOD]', ':') + 1) from Dual];From=do-not-reply@XXXXXX.com;CCTo=m&select Value from fnd_user_property where Name = 'SMTP_MAIL_ADDRESS' AND Identity = 't#PrintedBy]'] ;Subject=XXXXXXX;Body=XXXXXXXX
My question is reletad to the email, and I don’t understand which one is selected.
I have a supplier form in which he has 2 email adresses, the sending is correct, but not a supplier who has a phone number + an email address + a fax number.
Can someone tell me what’s wrong?