When developing non Qyery based API I can insert code to ocnditionally show or hide fields in the OnAftreGetRecord page trigger such as below. Is there such an option or any other way when using Query based API?
trigger OnAfterGetRecord()
var
begin
if rec./Customer Posting Group/ = 'Government'then
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.