cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CRM WebUI Adding BP Number and BP Name to the BTQRsrvReq

enaskova
Explorer
0 Likes
564

Hello, could someone guide me on how I can add the BP Number to the BTQRsrvReq of the ONEORDER model?

I enhanced the Search result view of the component SRQM_INCIDENT_S, added a BP_NUMBER attribute and found it in one of the relationships.

However I get BTQSrvReq not bound.

How do I get the BP_NUMBER to show in the search result screen?

Accepted Solutions (0)

Answers (1)

Answers (1)

Kinsbrunner
Active Contributor
0 Likes

Hi Elena,

You should navigate through BOL objects. Inside the PartnerAll relation that you mentioned, you could get the iterative and loop along the collection looking for the corresponding Partner Function that corresponds to the Vendor.

In case you can’t loop as you just want to show it, you should get it through another relation (instead of PartnerAll) which just returns a single object instance.

Regards.

Alejandro.