cancel
Showing results for 
Search instead for 
Did you mean: 

New Button(EDIT) on Details Screen on Change Request Form

former_member320332
Contributor
0 Kudos

Hi

For tabular section details on MDG change request form - For Ex. plants shown below we get option to view data for each plant separately using Details button. But now if we have to change the data we have to come back using Done button to come back to the main screen and click on EDIT and then it will open the details screen in EDIT mode.

I have a requirement to add EDIT button on details screen so that we get option to edit data after we go to next screen using DETAILS button and we do not have to come back to go to edit mode.

details.png

Would like to know if someone has worked on this requirement earlier and what approach should be followed to add button on FPM toolbar.

Regards,

Pawan

Accepted Solutions (0)

Answers (4)

Answers (4)

loga201
Contributor
0 Kudos

Understood..Component is assigned to application controller settings(In general settings). In the override event method of the component controller you can able to add FPM_Edit and have to enahnce after process event method also but i am not sure about the impact..

former_member320332
Contributor
0 Kudos

Thanks. Instead of individual sub overview pages I was thinking to add it on Global Toolbar but was worried about the logic required to enable field for change after clicking the button and how to assign it to FPM_EDIT event if it works automatically?

I do not have any system to try this out so wanted to make sure following the steps in right way.

loga201
Contributor
0 Kudos

Hi,

Try the below options and see if it works.

  1. Looks like you have used Action_details column. There is one more option FPM row actions , Using that you can have multiple buttons such as default details page and sub overview edit page.
  2. Else, Open respective configuration and in the left side you can able to see default details page, Main page and Sub overview page. Go to sub overview page configuration and add edit button under each uibb in the toolbar schema..
former_member320332
Contributor
0 Kudos

If anyone has worked on similar requirement request you to please share.