I am trying to create a line item and a notification where if the sales manager declines the sales rep input, the sales rep can reenter a value and the sales manager is notified.
Hi,
Sales Manager approve or decline the sales rep data at Sales Center level. So just create a line item(Approve/Declined?) in the Sales rep input module and get the data from the Sales Center Approval/Decline Module.
Use dynamic cell access to restrict the data input, if the sales manager accept the data it should be read access only, if not then write access and also use conditional formatting to highlight
Regards,
Vignesh M
Alternatively you can use the new workflow tool that pushes the request to a child list that has a module that overwrites the value. Thus sending an email to the sales rep and gives them a task to complete.@VIGNESH.M presents another viable method.Also setting up a boolean on a view that allows for the Sales Rep to review any submitted request that has been declined, which has their original value and the new value they would like to replace using a if/then against an approval by the sales manager is another method.
Specifically for notifications outside of creating a module that appears on all of the dashboards within the model that has 'outstanding actions' and summary values, you would need to utilize the workflow feature to generate an email.
@obriegr ,
Since the new workflow is not GA'd, I believe @VIGNESH.M was suggesting a solution that is available to everyone.
Rob
Hi, I have a worksheet for end users to enter new hires into, for which the list item which persist across versions. I am having an issue where the end user can delete a list item using the grid functionality because the Current Version value is blank, but I want to prevent them deleting them (as data will be lost from…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…