Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FPM BOPF form UIBB fields disabled

Former Member
0 Likes
5,678

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,324

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.

11 REPLIES 11
Read only

Former Member
0 Likes
4,325

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.

Read only

0 Likes
4,324

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.

Read only

0 Likes
4,324

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.

Read only

0 Likes
4,324

Hi Matan,

Thanks .

Your inputs were helpful.

Now i need to explore more .

Regards,

Bob.

Read only

Former Member
0 Likes
4,324

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.

Read only

0 Likes
4,324

Hi Sanket,

Wiring is all proper for the GUIBB.

Regards,

Bob.

Read only

Dhivya
Active Participant
0 Likes
4,324

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

Read only

Former Member
0 Likes
4,324

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.

Read only

Dhivya
Active Participant
0 Likes
4,324

Hi,


Did you check the Component configuration's general setting and Controller's attribute details too?


    


Thanks,

Dhivya

Read only

Former Member
0 Likes
4,324

Hi Dhivya,

Issue soloved.

Matan's sugguestion was the key for soloving the issue.

Thanks for helping

Regards,

Bob.

Read only

Former Member
0 Likes
4,324

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!!