Skip to main content
I have a Flow all created that will update custom fields on Price Book Entries.  However, I cannot get it to launch through Process Builder.  I am a complete novice on triggers, and never wrote one.  From reading online it seems that a trigger on a Price Book Entry may not be possible either, and that it may need to be done through Bulk.  Anyone out here know if this is possible and can point me in the right direction if it is.
1 answer
  1. Feb 25, 2016, 10:01 PM
    Hi Brian,

     

    You can not create trigger on PriceBookEntry. But you can do the field updates using Batch Apex. The disadvantage of this would be that it won't be realtime. The batch class will do its job at any specific interval of time. Let me know if this helps. 

     

    Thanks
0/9000