2014 Dec 10 1:50 PM
Hi All,
I have created a custom BOPF application for which i have used FPM as UI.I have done the integration between FPM and BOPF but still when i execute the application its showing as disabled mode. How to make it enable?
Im using form GUIBB which is linked to a BO using FBI.
Note: My requirement is like a registration form.
Thanks in advance.
Regards,
Bob.
2014 Dec 10 2:03 PM
HI Bob,
Do you already have an instance for the BO Node when running this UIBB, or is this UIBB creating the instance?
If you do not have an instance yet, you should open the application in create mode (add CHANGE_MODE=C to the URL).
(Dont forget to use the BOOT Strap UIBB, or else this would not work)
If you do have an instance already when this UIBB is loading, then try to add an 'Edit' button in the global toolbar. (dont forget to check the Handle Toolbar checkbox in the feeder class configuration)
BR,
Matan.
Hi All,
I have created a custom BOPF application for which i have used FPM as UI.I have done the integration between FPM and BOPF but still when i execute the application its showing as disabled mode. How to make it enable?
Im using form GUIBB which is linked to a BO using FBI.
Note: My requirement is like a registration form.
Thanks in advance.
Regards,
Bob.
2014 Dec 10 2:03 PM
HI Bob,
Do you already have an instance for the BO Node when running this UIBB, or is this UIBB creating the instance?
If you do not have an instance yet, you should open the application in create mode (add CHANGE_MODE=C to the URL).
(Dont forget to use the BOOT Strap UIBB, or else this would not work)
If you do have an instance already when this UIBB is loading, then try to add an 'Edit' button in the global toolbar. (dont forget to check the Handle Toolbar checkbox in the feeder class configuration)
BR,
Matan.
2014 Dec 11 8:28 AM
Hi Matan,
Above suggestion worked but its not proper to give CHANGE_MODE=C in URl. Is there any other alternative for it.
Does FPM_SAVE event used in standard toolbar button "SAVE' saves record to BO node directly or should i write explicit determination "trigger at save' for saving the record.
Regards,
Bob Issac Varghese.
2014 Dec 11 9:14 AM
HI Bob,
You can check FPM Developer guideline for alternatives to open the application in create mode, as FBI in this case is reacting to FPM standard events.
The standard save button should save the data directly to the BO, you should not add addditional code to support it.
BR,
Matan.
2014 Dec 11 11:20 AM
Hi Matan,
Thanks .
Your inputs were helpful.
Now i need to explore more .
Regards,
Bob.
2014 Dec 10 3:56 PM
Hi Bob,
Check the wiring of the GUIBB in wiring schema.
This mainly happens due to incorrect wiring or no wiring with the form which is newly created.
Hope this helps.
Thanks,
Sanket.
2014 Dec 11 8:58 AM
2014 Dec 11 7:35 AM
Hi Bob,
Good Afternoon.
1. Can you please check the option in General heading of FBI application configuration's parameter form. It should not be Read-only.
2. In the same way, can you please check whether the check-box Read-only in Feeder Class is checked or not. If it is checked, then we can not edit the elements in the form.
Thanks,
Dhivya
2014 Dec 11 9:02 AM
Hi Dhivya,
I checked the same as you have mention above which are all proper. I think the issue was with the bootstrap.
Regards,
Bob.
2014 Dec 11 11:20 AM
Hi,
Did you check the Component configuration's general setting and Controller's attribute details too?
Thanks,
Dhivya
2014 Dec 11 11:23 AM
Hi Dhivya,
Issue soloved.
Matan's sugguestion was the key for soloving the issue.
Thanks for helping
Regards,
Bob.
2020 Mar 09 6:59 AM
Hi Guys,
I am facing same issue, all fields are in disable mode. i dont know how to enable them. and the above solutions i am unable to understand. please help!!
