Announcements
Kind regards, Adis
If this helped, please mark it as "Verified" for others facing the same issue
Keep in mind that it is possible to mark more than one answer as verified
// Load dimensions to the the storage class (based on a table field) DimensionAttributeValueSetStorage dimStorage = DimensionAttributeValueSetStorage::find(yourTable.DefaultDimension); // Get the dimension attribute DimensionAttribute dimAttr = DimensionAttribute::findByName(...); // Find or create the dimension value record DimensionAttributeValue dimValue = DimensionAttributeValue::findByDimensionAttributeAndValue(dimAttr, 'New value' , false, true); // Assign the new value to the dimension set dimStorage.addItem(dimValue); // Generate a new ID of the dimension set and assing it to the table field yourTable.DefaultDimension = dimStorage.save();
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Abhilash Warrier 635 Super User 2026 Season 1
André Arnaud de Cal... 595 Super User 2026 Season 1
Giorgio Bonacorsi 557