Tuesday, October 22, 2024

Dimensions

 Financial Dimensions:-

 Create financial  Dimensions through code:-

 DimensionAttributeValueSetStorage   valueSetStorage= new DimensionAttributeValueSetStorage();

 DimensionAttribute      dimensionAttribute; 

DimensionAttributeValue dimensionAttributeValue;

 dimensionAttribute = dimensionAttribute::findByName("CostCenter"); 

dimensionAttributeValue =dimensionAttributeValue::findByDimensionAttributeAndValue(dimensionAttribute,"020",false,true);

 valueSetStorage.addItem(dimensionAttributeValue); 

this.DefaultDimension=valueSetStorage.save();


No comments:

Post a Comment

To align controls in horizontal in form

 Scenario:- To align controls in horizontal in form  To do this Please take a group control and add all controls and change property  for gr...