Please see the source code here: github.com/jawills/salesforce-qli-oli-sync
@zoesmith24662 жыл бұрын
Thank you for your video! I wish I would have found this months ago
@JustinWills2 жыл бұрын
Glad you found value!
@jananipriya37698 ай бұрын
Hi Justin, Thank you for this video. I have implemented something similar to this in our org. But now it looks like the standard functionality is not syncing like before. Do we need to include the standard fields as well into this triggerhandler class?
@JustinWills8 ай бұрын
What exactly is not working? You should not need to include standard fields like quantity and sales price. Is the quote set as syncing?
@rakshithas6385 Жыл бұрын
Hi Justin, does this code process all the QuoteLineItems which are more than 200?
@JustinWills Жыл бұрын
Yes
@rakshithamathuga4022 Жыл бұрын
@@JustinWills I was getting an error called Apex CPU Limit so just wanted to check with you
@rakshithamathuga4022 Жыл бұрын
And also if you don't mind , can you tell me in which file you added the code to process more than 200 QuoteLineItems ? Thanks
@JustinWills Жыл бұрын
@@rakshithamathuga4022 There is nothing in the code that stops processing at 200 Quote Line Items. If you are running into an Apex CPU limit, there are most likely other automation in your Salesforce instance.
@rakshithamathuga4022 Жыл бұрын
Thanks for confirming ..... I will try your code and do it. The one which I was using was the Custom Quote Sync(Unmanaged) app that's why I was facing the issues.