Hi,
In M3 I want to create a conditional style - Hyperlink on a list panel that should use a bookmark link to open an another M3 program.
While opening the program the fields should be set from the previous calling program panel. for example, creating a hyperlink on OIS101/B - ITNO that opens MMS001.
This is possible using mforms automation using the representation like {WWITNO}. But when it comes to BOOKMARK link this is not working only hard coded values are passed to the called program.
Sample bookmark links.
(Hardcoded with default values) these values are populated when the program is launched using hyperlink.
bookmark?program=PPS220&startPanel=B&includeStartPanel=True&tableName=MPLINE&sortingOrder=80&source=MForms&view=D80-01&requirePanel=True&keys=IBCONO%2C500%2CIBPUNO%2C%20%2CIBPNLI%2C%20%2CIBPNLS%2C%20&fields=WOUPVR%2C%2CWFSLCT%2CFACI%2CWTSLCT%2CFACI%2CWFSLC2%2C%2CWTSLC2%2C%2CW1OBKV%2CITEMNUMBER%2CW2OBKV%2C%2CW3OBKV%2C%2CW4OBKV%2C&LogicalId=lid://infor.m3.m3
(Values extracting from calling program) no values populated from calling program.
bookmark?program=PPS220&startPanel=B&includeStartPanel=True&tableName=MPLINE&sortingOrder=80&source=MForms&view=D80-01&requirePanel=True&keys=IBCONO%2C500%2CIBPUNO%2C%20%2CIBPNLI%2C%20%2CIBPNLS%2C%20&fields=WOUPVR%2C%2CWFSLCT%2C%7BWWFACI%7D%2CWTSLCT%2C%7BW1FACI%7D%2CWFSLC2%2C%2CWTSLC2%2C%2CW1OBKV%2C%7BWWITNO%7D%2CW2OBKV%2C%2CW3OBKV%2C%2CW4OBKV%2C&LogicalId=lid://infor.m3.m3