-
Ability to include Line Items within DocuSign Workflow Names (& therefore DocuSign email Subject)
We would like to have a small number of DocuSign Workflows which can be reused to complete standardized processes which are initiated in Anaplan and completed in DocuSign. Currently Anaplan uses the DocuSign Workflow name as the Subject of the email which is sent from DocuSign. This means that each email recipient receives…
-
Allow filtering of tabular multi column exports from transactional api
When defining tabular multi column (TABULAR_MULTI_COLUMN) exports from the UI, you're allowed to specify a boolean line item to filter the results. This functionality is not built out within the transactional API. The API documentation alludes to this option being the case, but it is not supported. Without this filter you…
-
Drill Through/Link External Source Mapping to a given line item
Be able to list or link to a URL the original source information when there is no deeper level. EG. In a source data module, if drill down is completed the admin has the ability to attach a URL to the source material (if it is an extract/table that was pulled from, view, etc.) and if it is entered having the view/field…
-
CloudWorks: Duplicate an Existing Integration / Process
Could Anaplan's Product team for Cloudworks enhance it to allow customers to copy an existing integration or process? … This will make it easier to copy existing connections, and then modify them for the purposes of the new integration (for instance, relink them to different Azure Blob directories, etc) This would save…
-
CloudWorks AWS S3 file list
It would be great if once you have input S3 access credentials and established the connection, CloudWorks would present you with a list of available files to choose from, instead of having to input the filename. Furthermore the ability to reselect the file to be imported by the connection will speed up integration admin a…
-
Ability to Import via .CSV non-US formatted dates
Looking for an enhancement to allow non-US users that don't use US formatted systems to be able to upload .CSV files that contain dates. Currently any non-US formatted files will cause an incorrect date to be populated without any errors or notifications.
-
Ability to attach an export to email notification and send it to non-Anaplan users
Hi there, It would be good to have an option to send a notification to non-Anaplan users and add an export file to the email notification. So, this will give a flexibility to the end user to inform non-Anaplan user while staying in Anaplan. Thanks, Humay Kh.
-
Enhancement to existing Bulk API for Import Metadata
There is an existing bulk API endpoint that allows workspace admins to retrieve the full list of Import actions from a given model. This endpoint is in the format: https://api.anaplan.com/2/0/models/{{mdlID}}/imports/ where {{mdlID}} is the model GUID. This returns a JSON response, which contains an object called "imports"…
-
Delete from List using Selection must work differently for the nested list
My Idea: For the backward compatibility, add a check box in "Delete from List using Selection" action. When it's TRUE (default is FALSE) - running the action will delete all elements (leaf and parents) which have TRUE in the selection line item. This won't affect already excisting processes, but will allow to have one…
-
Use multiple characters together as the delimiter when importing
Currently if more than 1 character is used as a delimiter in an import Anaplan treats it as an OR, and looks for either individual character and not both characters together. For instance if you want the delimiter to be "|~" then Anaplan will look for just "|" or "~" rather than them both together. It would be good for…
-
Manage the saved view - Display by all modules
Hi all! It would be great if you could refine the "Manage Saved Views" feature and add the ability to view saved views of all modules at once, with the fields: Saved view, module, use in action, note. Saved viewModuleUse in actionNoteName of the saved viewThe module in which the view was createdProcesses in which the View…
-
Creating ISBUDGETVERSION() similar to ISACTUALVERSION()
Please consider adding ISBUDGETVERSION() function, similar to ISACTUALVERSION(). This would eliminate having to setup another module with only Versions as the list and creating a boolean flag. All followed by IF VersionsControl.Budget THEN .... ELSE...
-
Option for the default file format for new exports from classic dashboards
In a May Anaplan release the platform was updated such that when users in classic dashboards created a new ad-hoc export, the default file format was now .csv, not .xls. In many respects this was an improvement and certain customers preferred the .csv setting, but some customers need the files to be in an Excel format and…
-
Enhance Excel Add-in - Refresh Options
When a user makes changes via the Excel Add-in and Submits them via the "Send and Refresh" button, it would be helpful to have a dropdown option similar to the "Refresh" button where you can choose to Send and Refresh Current (single active page) or Send and Refresh Multiple (all connected pages). The way it currently…
-
Social Media Tags
I was hoping I could be able to enable or add a Social media link to my profile preferably Linkedin. I would love to know if you could work on that ,Anaplan Team.
-
Personal Export Settings
We've always used the standard Excel format as that was top of the list, now you've changed it to csv with the release 14/05/22; however, csv doesn't keep the formatting so we had formulas that failed in other Excel workbooks when we pasted the Anaplan export in. It's resolved by the user changing the export format to…
-
Import a time range
As a model builder, I would like to be able to Import settings into Time Ranges. This would enable me to make Time Ranges more sustainable by driving their settings from an Admin Screen with actions.
-
Azure Cloudworks navigation
Hi, At the moment its quit difficult to navigate through Azure Cloudworks processes and imports/exports. We are planning of having around 70 - 80 different integrations. Only thing what we are doing is naming Process names by numbers, but even so, number order is not working in all cases. It would be great if there could…
-
New Formula Idea : Convert boolean into a number and stop IF BOOLEAN THEN X ELSE XX
Hello community, I have to do a lot of controls (boolean) and base and theses controls give me a value based on its true or not. I do a lot of these technicals line items for : -Controlling element -Color Coding -... I code it in 3 steps : * 1) Business Element (Number) : Uselly a business value * 2) Control (Boolean) :…
-
Snapshot Current System time function
Currently there is no current date/time function in Anaplan. After talking with developer from engineering group, we understand that one of the challenges to implement this is that Anaplan is "moment of time" system, if you have a formula reference Current time, then it would be only true for that moment, what happen if…