DemandTools
Welcome to the DemandTools forum. Collaborate and engage with others to learn how to best leverage DemandTools and DupeBlocker
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! respect fields decimal places when updating using formula

I am using this formula (${Commission__c}/100)*${Total_Price__c} to update a currency field with 2 decimal places, it returns more decimals and causes the next user to edit the object to get an error. Example data (16.2/100)*772.23 populates 125.1012...

Tiffany by Enthusiast
  • 2685 Views
  • 6 replies
  • 4 likes

Resolved! 502 Error: Bad Gateway when logging into DemandTools

Hi there. We are power-users of DemandTools. For a number of reasons, we still use DemandTools 2.9.1. We have multiple users, too.All of us are suddenly getting the same error message when trying to log in. This shows up in a DemandTools error messag...

Resolved! RegEx to extract domain from website field

With the help of ChatGPT, I was able to get this RegEx formula to extract the company domain from website field.  The use case would be to update another field using the following formula -RegExReplace(${Website}, "^(?:https?:\/\/)?(?:www\.)?([^\/]+)...

Resolved! Data Storing

Question:  Does Validity/DemandTools store any data from Salesforce in the cloud?  Or does it simply analyze the data in real-time locally on your machine?

Resolved! Missing Engagement Points and Missing Business Segmentation

Hi again - since this is a little different than my earlier post thought I would post this one separately. Anyway, this time I'm not really sure what Missing Engagment Points and Missing Business Segmentation is. So, would love to know. Lastly, would...

bhare1357 by Frequent Contributor
  • 3311 Views
  • 2 replies
  • 2 likes

Resolved! In Modify Module use nested if to update a field

Hi All,Am building a nested If statement to update a field based on the values of two fields:IF(OR($(FIELD_A)="VALUE A" & $(FIELD_B)<>"VALUE X'",$(FIELD_B)="NEW VALUE",IF(OR($FIELD_A)='VALUE B" & $(FIELD_B)<>"VALUE Z", $(FIELD_B)="NEW_VALUE_1", ETC))...

pgiovane by Enthusiast
  • 1700 Views
  • 2 replies
  • 0 likes