Notifications
Announcements
if (context.InputParameters.Contains("Target") && context.InputParameters["Target"] is Entity) { Entity target = (Entity)context.InputParameters["Target"]; // Early bound example var entity = target.ToEntity<new_account>(); // Replace with your entity type entity.new_customfield = "Updated Value"; // Set your field target = entity.ToEntity<Entity>(); // Update the target with modified values }
target = entity.ToEntity<Entity>(); // Update the target with modified values
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
iampranjal 67
André Arnaud de Cal... 37 Super User 2025 Season 2
Pallavi Phade 24