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
bssantoshbssantosh 

Custom Objects - How to add records

Hi,
 
I have created one custom object calll it say "MyNote" , and it has a custom field "Text" to it.
 
How can i add records to MyNote object programatically ?
 
sample c# code would be of great help.
 
thanks.
SuperfellSuperfell
Have you looked at the .NET sample code ?