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 - can't access support portal having already registered. Receive the following error message - is this an issue with Anaplan or our internal IT?
Can someone help me i am unable to login anaplan portal using my credentials
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…