Mi contenido

Default Avatar
Ver todas las insignias desbloqueables Ver todas las insignias desbloqueables
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.

User_FT7OL Newbie

Comentarios

  • https://suiteanswers.custhelp.com/app/answers/detail/a_id/81555 To my surprise, this actually worked. Thank you!
  • It seems to be a dead end too as csv import returns the following error: Total contribution for sales reps is 0.0%. It must be 100%. Please modify contributions. I also tried manually set contribution to 0% on one account and the system didn't let me to save changes showing the same error. I'm not entirely sure what you…
  • Mass update didn't do the trick too. I tried Mass Update → Salesforce Automation → Remove Sales Team Member as well as Replace Sales Team Member. In both cases no error code was returned, only the following message Your mass update is complete, and has been successfully performed on 0 records. 53 records failed with…
  • Yes, I did. I tried various settings configuration from that window. Enabling this option substitutes all the existing values but requires at least one new instead. I also tried various csv file configurations leaving blank fields in respective columns or not including those columns at all and choosing /null/ in parameter…
  • As I don't have any experience with scripting, I ended up with a recurring workflow. This can now be closed.
  • {line.custcol_line_shipdate} + (14) This doesn't work but I eventually got to the bottom of it. I ended up using a bunch of stacked suitescript 1.0 functions to pull and process data from api. Anything relating to standard formula didn't work at all.