Ive written a few jobs to scan the AOT and add it to version control.
(manged to misplace the job a few times now)
I stumbled across the following post regarding the same: Objects not in Version Control (AX 2012)
However, i changed some code in there to make sure that the job types were valid (like DEL_ names didnt get added to version control)
Following is the change i made to the code mentioned in the link above:
if(vcsSys.allowCreate(controlable))
{
//sysTreeNode is of type SysTreeNode...(read more)
↧