We learned last week that Metadata API can be pretty cool, huh? Sometimes it’s even the only way to retrieve what you expect to be…
Remote Control Your Picklists and Global Value Sets
What’s more annoying than a picklist? A Global Value Set. What’s more annoying than a Global Value Set? A Global Value Set that requires regular…
Create and utilize an OpenAI Assistant through Apex Code
It’s simpler than it sounds. Seriously. Just the amount of callouts is a bit annoying. Once you have your OpenAI assistant ready – there are…
Simple Fuzzy Duplicate Detection in SOQL and SOSL
Suppose you had a task to deduplicate records on an object by exact match. Probably nothing worth a blog post. Use DataLoader and Excel, use…
Carrying over custom fields from Cart Item to Order Item in Commerce Cloud
Update May 2024: Before you implement the below, make sure that the corresponding option is activated in your WebStore (Field API Name: OptionsCartToOrderAutoCustomFieldMapping – you…