Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Set Text Account with Attribute Value

edited Mar 7, 2024 8:46PM in Planning 8 comments

Summary:

Is there a way to assign a Text Account with an Attribute Value? I'm trying to use a regular rule but it is not working. A couple examples of what I tried below.

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

SET AGGMISSG ON;
SET UPDATECALC OFF;
SET COPYMISSINGBLOCK OFF;
SET EMPTYMEMBERSETS ON;


FIXPARALLEL(6,   @RELATIVE("Total Project - Customer",0))
FIX (

     "Forecast",						/*DIM:Scenario*/	
     "OEP_Working",						/*DIM:Version*/	
     "No Entity",						/*DIM:Entity*/	
     "No Year" ,						/*DIM:Years*/
     "No Currency"                      /*DIM:Currency*/
     )

	FIX("No Product")

        FIX("AC_Customer Attribute"
            )
		CLEARDATA "Begbalance";

    	ENDFIX
               
        /*
        ===============================================================================================
        AC_Customer Attribute is a Text Account
        
        "AC_Customer Attribute" = [[PlanningFunctions.getIdForString("foo_bar")]];
        
   

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!