function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ben Be 4Ben Be 4 

Transfer licensing data number from case to account to license

Hi, I'm new to Apex coding.
I'm trying to find the most efficient way to transfer licencing fields data (such as Licensing Number and Type)  from Licensing Case type (Case Object) to a custom object related to the account (Customer Object) and then transfer that data to a Licensing custom object.
 
What is the easiest most efficient way to do this and if you can refer me to similar code use case so I can get it starting.

Thanks,

Ben