Hi Community,
I am trying to create a custom menu to navigate to a custom page in a “new” mode and populating information of the page destination.
Being more precise, I am creating a new custom menu in Customer Order screen and I want to navigate to a new custom page in “NEW” mode and populating the custom field CF$_CONFIGURATION_ID with the CONFIGURATION_ID coming from the Customer Order Line.
This is what I have done:
Created a Custome menu URL type:
URL is: ifsapf:cpgConfigurationCharCheck?ACTION=new&CF%24_CONFIGURATION_ID=&CONFIGURATION_ID
When I execute the menu, I navigate to the new custom page in “new mode”, but the field CF$_CONFIGURATION_ID is not populated with the configuration id, although it is coming from the customer order properly:
Do you see something wrong in the URL?
As extra, this is the Custom LU behind the custom page:
Thanks in advance!