Hi All,
I am facing some issues while configuring an edit page for a lookup. I've created a lookup edit page by using this reference: https://community.creatio.com/questions/new-lookup-item-edit-page and added only name field there with insert operation. My issues are listed below.
1. I am getting a Name field as an scripted field in all sections by default.
2. In a lookup by default the Name field is a required field. So this gives me validation error for filling and If I make it not required, this saves empty string as well.
3. If I change its operation with merge in place of insert in the newly created edit page then I'll be unable to add lookup value from the pop up modal box by using "New" button after clicking on magnifying glass icon.
4. If I remove Actions and New buttons from that page using lookupListConfig:{hideActions:true}, Again I'll be unable to save the value.
So my questions are:
1. How to add a heading or caption on the top of the lookup edit page (where the Name is currently being shown) ?
2. How to configure that Name field on the lookup edit page as a required field without having the same in all the section pages instead of removing them from every page manually?
Screenshot(ss) explanation :
ss1: Partner no : Lookup for which I've created an edit page.
Name(Beside Partner no): scripted field being added by default when using "Operation" : "insert".
ss2: lookup edit page JS code.
ss3: script based name field.
ss4: lookup edit page preview where I want Heading/Caption and Name field as required.
ss5: Popup for that script based Name field which pops up continuously because of multiple records in multiple sections.