Traer un Pricebook por ID del mismo


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Pricebook2 pb = [SELECT CreatedById,CreatedDate,Description,Id,IsActive,IsDeleted,IsStandard,LastModifiedById,LastModifiedDate,Name,SystemModstamp from Pricebook2 where id = 'TOKEN'];
  2. system.debug(pb);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.