You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

PersonParty Phone Attribute

in Sales 1 comment

Hi,

As per our requirement, we need to validate the new phone # of contact is existing already or not.

def vop= newView('PersonParty')

 def vcp = newViewCriteria(vop)

 def vcrp = vcp.createRow()

 def vci1p = vcrp.ensureCriteriaItem('RawPhoneNumber')

When I use the above attribute, we got the below error. Where we need to check the list of PersonParty attributes? What is the attribute name for the phone number which we can use it in groovy?

Error

Exception in expression "oracle.apps.cdm.foundation.parties.publicModel.persons.entity.PersonDEO" trigger "ContactEmail" : oracle.jbo.NoDefException Definition RawPhoneNumber of type Attribute is not found.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!