Calling Get Rest End Point of BO
Summary
Calling Get Rest End Point of BOContent
Hi,
i have created one BO table (ReportDeatils) as below:
Id |
creationDate |
lastUpdateDate |
createdBy |
lastUpdatedBy |
reportId |
reportName |
First 4 columns default created and ID is primary key . Now this table store reportId also which is unique and not null.
Now inside of my actionchain i need to get data from this ReportDetails BO. so i am invoking callRestEndPoint and selected Get operation of this ReportDetailsBO but this get operation is expecting Primarykey of this table as input parameter but i want to pass different attribute i.e.(reportId) to this as input parameter.
0