Hi All, having problem with Contributor Application. Need help please. TopNode -Approver1 --Contributor1 -Approver2 --Contributor2 my approval dim goes like this. the main idea is when contributor level submits the cells should be locked for this node until the approver rejects. but sometimes the lo...
Hi... need help with my TI... i have this code to delete all consolidated elements(elements with type 'C') from my Product Dimension. ####################### DimName = 'ProductDim'; eCnt = DIMSIZ(DimName); x=1; WHILE(x<=eCnt); ElName = DIMNM(DimName,x); IF(DTYPE(DimName,ElName)@='C'); DimensionEleme...