Hi,
Please consider new Global Activity BO.
I want to set message on Global Activity XBO - Event Validation on Save if Task Activity does not have Account set, then throw error message.
But not able to access Account/Business Partner information in absl.
if (this.TypeCode=="542") //Activity Type Task
{
}
Alim