Oracle Sales Cloud Activity Creation
Dear community,
By default ,when a task is created through opportunity, the opportunity's account is associated with the created task.
I have a customer's need to empty the account info during creation.
When using the setAttribute('AccountId', ' ') @ create Trigger , I receive the below error :
"JBO-25183: Exception in expression "oracle.apps.crmCommon.activities.publicModel.activityManagement.entity.ActivityEO" trigger
"PRT_PredefaultFieldValues" : oracle.jbo.domain.DataCreationException JBO-25009: Cannot create an object of type:java.lang.Long from type:java.lang.String with value: : For input string: " ""
I know that this is not a correct approach.
Any suggestions would be more than welcome.
0