Contact Us:

670 Lafayette Ave, Brooklyn,
NY 11216

+1 800 966 4564
+1 800 9667 4558

Distribution Discount Service in RCA

Optimizing Discount Allocation with Salesforce Revenue Cloud’s Discount Distribution Service (DDS) In today’s competitive business environment, offering discounts is a powerful strategy to win customers and close deals. However, applying a discount at the quote level, instead of individually on each line item, can create pricing inconsistencies, lead to manual errors, and cause difficulties in […]

Clone Opportunity with Products

I released the 2nd version of the app which I built half a year ago.  Previous version of the app had some limitations like you can’t control the number of columns on edit product layout and the field which you want to carried over in new opportunity. Few Salesforce customers have been using it for […]

Salesforce Cookies #12

How to remove the arrows from lightning:input[type=”number”]? I think this is a generic question and Salesforce devs have looked for the ways to get rid of the spin buttons on the input field without changing it to text type for a purely numeric behaviour. You just need a few lines of CSS to solve your problem. […]

Salesforce Cookies #10

Creating a dynamic SOQL which includes all the fields I have seen this question several times on developer forums and I thought it could be another addition to Salesforce cookies. If you are wondering how can you query all the fields of an object then you can use the following code snippet. https://gist.github.com/sfcure/81888ea3d0038b8f14df7c2006d98d7a The above […]