Hi,
I have a new tab Called ‘Discount’ in my custom screen. In the grid level of this tab, I need to set values taken from ‘Discounts’ screen under the Profiles of Receivables workspace. First I set pxselector to DiscountCode field to set the value DiscountSequence.DiscountID. Then I need to set Sequence ID related to the discountID which already set.
To set SequenceId from DiscountSequence.SequenceID, I defined pxselector for sequence id like below.
pPXSelector(typeof(Search<DiscountSequence.discountSequenceID, Where<DiscountSequence.discountID,
Equal<Current<APProformaDiscount.discountCode>>>>))]
ref: APProformaDiscount is the DAC for the Discount Tab.
but when click on selector, it shows nothing even there is a sequence Id for each discount code.
can someone help me to resolve this issue please?
thank You.