Showing posts with label AX. Show all posts
Showing posts with label AX. Show all posts

Thursday, October 13, 2011

Creating and Using Number Sequences


public server static NumberSequenceReference numRefCustomNumber()
{
return NumberSeqReference::findReference(typeId2ExtendedTypeId(typeid(CustomId)));
}