AX – D365FO – Add a new Reference group parameter in a Setup Form

In this example we’ll explain how to add a new parameter in the “Project and Sourcing” menu, under “Procurement and sourcing parameters” Form

Expected result :

This is te expected result we want to obtain

To do this in X++ :

Create an extension of the “VendorInformationFormConfiguration” table

Add a new field “Al0IssuerPartyDefaultValue” of type Int64 that derives from “VendCertificationIssuer” Extended data type

Add the fiedld into field groups “VendorCollaboration”

Add a relation to the newly created filed to the DirPartyTable.Recid

You”ll find the newly created fiedl into “VendorCollaborationGoup” group Form

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s