Need help understanding parameters setting for Function to create new function
I need to create a new function that is same as ONT_FNDRSRUN_ALL_OM_REPORTS so that in the parameters for this function I can call a specific Request Group; for example, ONT_FNDRSRUN_ALL_OM_REPORTS parameters in my system are:
Request_Group_Code="ONT_REPORTS_ONLY" Request_Group_Appl_Short_Name="ONT" Title="ONT:ONT_SRS_TITLE_REPORTS_ONLY"
I am okay with putting in a new request_group_code and request_group_appl_short_name, but I don't know what the part for
Title="ONT:ONT_SRS_TITLE_REPORTS_ONLY"
means...
Many functions do this and I am not a expert function writer; I just need to recreate the above function with different parameters for new request group but I don't know what to put in for the Title section though in all the seeded parameters it is provided so I am assuming it is required
Request_Group_Code="ONT_REPORTS_ONLY" Request_Group_Appl_Short_Name="ONT" Title="ONT:ONT_SRS_TITLE_REPORTS_ONLY"
I am okay with putting in a new request_group_code and request_group_appl_short_name, but I don't know what the part for
Title="ONT:ONT_SRS_TITLE_REPORTS_ONLY"
means...
Many functions do this and I am not a expert function writer; I just need to recreate the above function with different parameters for new request group but I don't know what to put in for the Title section though in all the seeded parameters it is provided so I am assuming it is required
1