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
lcourtoislcourtois 

URGENT : PROBLEM with custom field

Hi all,

I want to use a Batch Prog (java) in order to Create Account, Contacts, Opportunity...

I'd create lot of custom fields,

How to set values for Custom Fields with Java Prog?

Thanks for your answer,

laurent

BasilBasil

once you have customized your fields, you will have to regenrate the wsdl file (again), then you you use wsdl2java to generate the apis which correspond to your fields

with, eclipse, you should be able to see the functions that you can use, otherwise, look at the generated classes, fields and function are shown

 

hope I was clear

lcourtoislcourtois

Thank you Basil,

I understood ! I forgot to use WSDL2Java to generate API for my progs ...

thanks !