Share via


ReleaseUpdateDB::setupDynamicDependencies Method [AX 2012]

Sets up dependencies for some special scripts whose dependencies cannot be set using the upgrade attributes.

Syntax

server public static void setupDynamicDependencies()

Run On

Server

Remarks

For some scripts, we need a PreSync script to set the dependencies by adding them to the ReleaseUpdateDynamicDependency table.

This method is called before PostSync scripts get scheduled.

See Also

Reference

ReleaseUpdateDB Class