I want to access the discount levels using the following function. It shows the price book fields correctly, but doesn't show the discount info or the associated products info.
PriceBookData = zoho.crm.getRecordById("PriceBooks", input.PriceBookID);
info PriceBookData;
How to read and write price book discounts using deluge script?
And how to read and write list price of products included in a price book using deluge script?
Thanks.