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

 define("BaseSectionV2",[],function(){
	 return {
		 entitySchemaName...

MoreLess

File attachments
Like 0

Like

2 comments
Best reply

Hi,

You need to override shema BaseDataView and modify the button SeparateModeViewOptionsButton:

  define("BaseDataView",[],function...

MoreLess

Show all comments (1)

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?

Like 0

Like

2 comments

Hello Ramnath,

It is hard to say why could this issue occur, but you can try fixing this error by going to configurations and re-saving AccountPage...MoreLess

Show all comments (1)

Hello, 

Dear community 

I have a question about how can I do the following thing : 

There is one detail in the contact, "Event section" 

And there isn't any possibility to add a event by this detail, 

I'm looking in the configuration settings, advanced setting and I found this detail but this is a base detail so I can't modify it. 

I want to know how can I modify this detail in order to add a event as I want. 

Thanks 

Like 0

Like

3 comments

Hello Rocher,

We do not recommend modifying this detail since it is used to connect directly with "Events" section and this connection also...MoreLess

Show all comments (2)

Hi,

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

Like 0

Like

5 comments

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

Show all comments (4)