Wednesday, December 3, 2008

creating a methord in parmater table for number sequence

public client server static NumberSequenceReference numMaterialIssueId()
{;
    return NumberSeqReference::findReference(typeId2ExtendedTypeId(typeid(MaterialIssueId)));
}

No comments:

How to identify the user that was used to change an object from AOT in AX2012

Get the object name for which we need to track these (user and date&time) information's. Login to SQL Server Management Studio an...