AX – D365FO – Get FIeld value of a Common object

If want to get the field value of a common object you can do this

Common commonObj= processor.parmCurrentImplementation();


commonObj.getFieldValue("ProjCategoryId");  //ProjCategoryId is the name of the field of which you want to get value.

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 )

Facebook photo

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

Connecting to %s