web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Create Engineering Version attribute with X++

(0) ShareShare
ReportReport
Posted on by 66
Hi all
I need some guidance on how to create an attribute with value  for and product variant engineering version in x++
Here is the code snippet I have so far
 
productReleaseVerrsionAttribute.Attribute = attributeValue.RecId;
            productReleaseVerrsionAttribute.insert();
            attributeType   =   EngChgAttributeType::construct(attribute.RecId);
            attributeType.setValue(textValue.RecId, _model.parmAttributeValue(),productReleaseVerrsionAttribute,false);
 
However, EngChgAttributeType in not accessible publicly, so will not allow me to use the public methods of that class.
 
Any help is appreciated.
I have the same question (0)
  • Martin Dráb Profile Picture
    237,882 Most Valuable Professional on at
    Couldn't you use EngChgEcmProductAttribute.editValue()?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Martin Dráb Profile Picture

Martin Dráb 58 Most Valuable Professional

#2
#ManoVerse Profile Picture

#ManoVerse 42

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 38 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans