Queries about Form Customization
I have some queries about form customization. Request to clarify / solve it.
Query:(1) How to handle WHEN-BUTTON-PRESSED event from CUSTOM.PLL ?
Query:(2) In WIP - Move Transaction Form ( WIPTXSFM.fmb) , I had done customization at block level ( Block Name = MOVE_TRANSACTIONS )
in trigger : WHEN-NEW-BLOCK-INSTANCE . It is working fine.
Same logic I am copying to CUSTOM.PLL and remove the same from block level trigger : WHEN-NEW-BLOCK-INSTANCE because I
do not want any changes in seeded code.
but this logic is not working ? please assist in this regard.
Query:(3) How and where CUSTOM.PLL library is called ?
Query:(4) There is no WHEN-NEW-ITEM-INSTANCE trigger is available at item level.