The CreatorCon Call for Content is officially open! Get started here.

Tables extended from the Account table cannot be set as Contact Accounts

HIROSHI SATOH
Mega Sage

I created a table that extends from the Accounts table.
I was unable to register the data from the extended table as an account in Contacts.

 

What do you think could be the cause? Thank you in advance.

HIROSHISATOH_0-1759949385448.png

 

1 ACCEPTED SOLUTION

HIROSHI SATOH
Mega Sage

We have concluded that the accounts table should not be expanded.

View solution in original post

2 REPLIES 2

HIROSHI SATOH
Mega Sage

It seems I can't register due to the following business rule. This business rule cannot be changed. Is there a workaround?

This item is read-only based on its protection policy.

「Sync account to company」

function onBefore(current, previous) {
	current.company = current.account;
	if(current.account.sys_class_name != 'customer_account')
		current.account = '';
}

HIROSHI SATOH
Mega Sage

We have concluded that the accounts table should not be expanded.