Share via


ReleaseUpdateDB60_Administration.loadAllSetupData Method [AX 2012]

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.

See Also

Reference

ReleaseUpdateDB60_Administration Class