ERROR When creating new customer throw REST API

SOLVED

i used all the fields requested from BPCUSTOMER.$details and fill them with same data but i always got same error below :

 

i searched that field (BPC_BPD_REP) in sage x3 and in response but i didn't find it i just found (BPCBPDC_REP)

Parents
  • 0

    The error is referring to a Class structure identity. Looking at the representation, BPC is reference to the class BPC (BPCUSTOMER), on that class there is a collection called BPD (Customer delivery address) which is class BPDLVCUST. On the class BPDLVCUST is a another collection called C_REP (Customer reps) which is linked to the sales representative. My assumption is that the class SALESREP which this datatype is associated with is corrupted. Try validating the class SALESREP, or do a System Class validation and Link resync. 

Reply
  • 0

    The error is referring to a Class structure identity. Looking at the representation, BPC is reference to the class BPC (BPCUSTOMER), on that class there is a collection called BPD (Customer delivery address) which is class BPDLVCUST. On the class BPDLVCUST is a another collection called C_REP (Customer reps) which is linked to the sales representative. My assumption is that the class SALESREP which this datatype is associated with is corrupted. Try validating the class SALESREP, or do a System Class validation and Link resync. 

Children