Hello fellow creators! I have problems with extending BaseSectionV2 schema. I want to disable View button , so I created a replacing module of BaseSectionV2 and wrote some code, but it's not working. Any advice would be much appreciated
I am trying to edit account page to add a new tab but that was not successful.
So I deleted the replacing object created for account section with replacing scheme.
Now the account section page opens perfectly fine when debug mode is off in console. But when I turn it on, it crashes the page and given me the following error.
Can someone please help me, why is there any error in first place only when I turn on debug mode in console?
A bit of background: I need to make a business rule to filter the postcodes based on the city that is selected. The City lookup in the base package does not have postcode in the schema and therefore I can not get this done.
This lookup is in an instance which is live. I do not want to create a new...MoreLess
You can replace this lookup (http://prntscr.com/np7od8) and add new column to the object. Thus all functionality and data of the lookup is saved...MoreLess