Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Populates the database with static, default data by using the setup data framework.
Syntax
public void loadAllSetupData()
Run On
Server
Remarks
This is an additional script in order to run after all post-sync scripts have completed to avoid FK problems with existing rows. However, some individual loadData methods may be called during the upgrade process. All of these methods are idempotent; they have no effect after the first time that they are run.