cancel
Showing results for 
Search instead for 
Did you mean: 

VIN Number corresponding to BP ID in call list

rangerlet_mesee
Participant
0 Kudos

Hi,

I need to get the VIN Number based on the BP IDs that are present in the call list...

I have added VIN Number as a value node attribute to the existing context node and I am able to see the VIN Number as an empty column beside BP Number..

So, do I need to code the getter and setter methods of VIN Number??

Or do I need to add VIN Number as model node attribute??

Regards

Madhukar

Accepted Solutions (0)

Answers (1)

Answers (1)

corrine_guan
Employee
Employee
0 Kudos

Hello Madhukar,

Have you got the solution to this requirement?

If not, would you please let us know what is the bol entity of the BP IDs?

Have you found out the relationships between the VIN Number and the BP IDs -- I mean, have you found out the BOL Entity of the VIN number?

If you only find out the database table and field manually for VIN number corresponding to the BP IDs, you can write purely customer codes in GET_ method to read VIN number for the BP ID.

.

But if you have found out the BOL Entity relationships between them, adding a model attribute might be possible.

Best Regards, Corrine