-
Re: Data Validation when using Anaplan API
Hi @kjohnson, After uploading the file (for imports, so ID starting with 113), you can then download it - using either: The same API interface you are building, as you would be downloading the file f…1 -
Re: Line Item Subsets API Endpoint
Hi @Nikolai Starostin, I like the idea as I also needed it once, FYI as a workaround you can use: Line items subset is similar to a list, and definitely is a dimension All dimensions are accessible v…1 -
Re: Get authentication token details
Hi @DanielLim2, You are almost there - just add whitespace between "AnaplanAuthToken" and the actual value of the token, and remove quotes. So like this: AnaplanAuthToken ABC123 That's why …1 -
Re: Get authentication token details
Hi @DanielLim2, You shouldn't use Bearer Token in this scenario - please take a look at this Postman Collection for Anaplan, I think it will help you with whatever you try to achieve:1 -
Re: Bring line item value from parent to child, distributed equally, from one module to another.
Hi, Yes, breakback might be a valid solution. But the right choice greatly depends on some edge cases: * What do you want to happen if a new Office gets added under some Department? In breakback, it …1