Hi,
is it possible if I generate a new Project so the Project becomes automatically the correct Project ID and not the Project ID from the parent Project
Example false:
Example correct:
*This post is locked for comments
Many thanks. Yes it helps !!
Hi Keke,
here is something that I used in a demo machine for testing purposes in the ProjTable
private void setFDPRO()
{
#define.DimAttrName('Project')
DimensionDefault dimdefault;
dimdefault = AxdDimensionUtil::getDimensionAttributeValueSetId([1,DimensionAttribute::findByName(#DimAttrName).Name, this.ProjId]);
this.DefaultDimension = this.mergeDimension(dimdefault, this.DefaultDimension);
this.update();
}
The new method setFDPRO Needs then to be included in the insert method of the same table.
You can use it in a demo Environment for testing purposes but for an implementation in a live Environment, please get into contact with a professional developer as my development skills are rather limited and as there are better ways how this can be implemented.
Hope this helps,
Ludwig
Ok. Can you give me some additional code samples
Do you have a devloper on hand and does he/she know what to do or do you need some additional code samples?
Best regards,
This needs a small customization.
Please contact a developer who can help you realizing this quickly.
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Community Member 2
Martin Dráb 2 Most Valuable Professional
Guy Terry 2 Moderator