cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Cloud Reports - Anchor ID and BusinessPartnerInternalID

former_member656863
Participant
0 Kudos

Hi,

I have as requirement to build a report gathering Data sources "Account Master Data" and a custom BO called "Diploma" built via SDK Cloud Application Studio, which are Diplomas attached to accounts basically.

However, I have created the ID Diploma_AssignedAccountID as "ID" element... now I can't build a report as "ID" and "BusinessPartnerInternalID" are not compatible for anchoring.

Do you happen to know how I can convert ID element to "BusinessPartnerInternalID", or any alternative solution?

Accepted Solutions (0)

Answers (1)

Answers (1)

PeterK
Participant

Hello Virak,

Unfourtunatly you will have to create a new ID field with the type "BusinessPartnerInternalID" after that you will have to extend your BeforeSave.absl in your Diploma BO to set the new ID. Then you will have to update all Diploma Objects to ensure that you have the new ID.

Maybe you should have used an association....

Check out this video and the other ones in the playlist...

https://www.youtube.com/watch?v=TMahmLeG1Vg&list=PLA5E7AeCbhsYhNEdc342gnAMiINDa7AS8&index=7

Best regards

Peter