Question

Edit page for lookup entity

Hi;

I create a lookup entity object and base card schema module

I would like to add the “NEW” button for select lookup pop-up page when I select lookup field on my preconfigured page

Is it a way to do it without convert my lookup based entity to section entity

Regards

Tomek

Like 0

Like

3 comments

Dear Tomek,

Button "new" will only appear if the lookup has editing page. Unfortunately, there are no options to implement it other than developing your own New button or creating editing page for the lookup.

With best regards,

Oliver

Oliver,

 Hi;

Thanks for replay.

I create a module inherit  from base card schema. I put there entity as my lookup one so i think it is edit page for my entity.

I think that i should update some database tables as well to achive my goal by i don't know which ones.

 

Regards,

Tomek.

Dear Tomek,

You are correct - as a part of the edit page detail creation you need to execute the SQL-queries to link the detail to the necessary database tables. You can find the examples of the query in our Academy - https://academy.bpmonline.com/documents/technic-sdk/7-12/adding-edit-page-detail.

Please also check that you went through all the steps from the manual.

Lisa

Show all comments