Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

•You can change the construction of the actual Salesforce Account Name with Name Definitions - Accounts

...

Certain actions trigger AQ to update the Account Name :

Drawio
zoom1
simple0
inComment0
pageId2748121247
custContentId2748448853
lbox1
diagramDisplayNameAccount Name
contentVer1
revision1
baseUrlhttps://sydneyuni.atlassian.net/wiki
diagramNameAccount Name
pCenter0
width619
links
tbstyle
height201

From AQ

The following actions will cause an update of the Account Name:
 
Changes to:
Salutation link
Salutation
First Name, Middle name, last name
Suffix
AQB_Suffix
Nickname
Professional Suffix
Inst. Suffix
Inst. Suffix override
Change primary/secondary contact on account
Running Lightning Contact Utility for join/decease/split will update contact names

here is a script to run the update account names by batch. THis need to be running off hours in production


 

Code Block
languagejs
AQB.AutomatedAccountNamesUpdateBatch clsScheduleAutomatedAccountNamesUpdate = new AQB.AutomatedAccountNamesUpdateBatch();

      ID idBatch = database.executeBatch(clsScheduleAutomatedAccountNamesUpdate, 1000);

Scenarios where Account Name Override is Empty and contacts are directly linked to the account

...