on 2015 Aug 05 7:57 AM
Request clarification before answering.
Hi Arahanth,
We had that issue as well, we've found out that you have to populate Supplier Contact field besides the mandatory Supplier field, which obviously does not make sense.
We've raised OSS ticket with SAP, I believe it's a bug.
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SAP has now replied stating this is a defect. The fix is avaialble in CLM 10 SP07. We will have to think about a workaround now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Arahanth,
A workaround is not very complicated with some scripting skills:
Regards,
Bogdan
Hi Bogdan,
We have a similar situation and I am following your post to create an explicitly called script. I have created the custom query. Need your help to proceed with the explicit script.
The standard mail message template used to send MA renewal reminder mail is the one with external id "system.ma.renewal.reminder". But I am not able to find a matching MailTypeEnumType in the iAPI documentation. So what value did you use in the NotificationUtil to send this mail? Or did you use the other sendNotification method that takes an Integer notificationType value? If yes what is the value of this constant for MA renewal reminder? Please help.
Thanks,
Gayathri
Hi Gayathri,
Glad you managed to implement a workaround.
To call the standard notification you should be able to fetch the renewal MailTypeEnumType by using:
mailType = new MailTypeEnumType(47);
Or use the integer method with 47 as parameter.
This enum type isn't listed in the API, but you can find it's code in the RefGuide. This is a dynamic enum so the JavaDoc will not list all of them unfortunately.
Regards,
Bogdan Toma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.