Announcements
No record found.
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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 659
André Arnaud de Cal... 465 Super User 2026 Season 1
Syed Haris Shah 304 Super User 2026 Season 1