Gopal, Honestly I've never 'created' anything with the API...almost everything I write just reads things....so I'm not really experienced in the creation of forms and such....but from looking at the docs you simply find the type of field you want to create, look at its 'set' methods, set the attributes you want...once you have the object constructed you would look into the ARServerUser object and find the method that lets you add what you are looking for....I'm not saying it's easy...but it is documented and as long as you are patient while looking through the docs you should be able to make steady progress.
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Gopal-srg Sent: Wednesday, August 04, 2010 1:44 AM To: [email protected] Subject: Re: Java API - Help Hi LJ, Thanks a lot for the info.I was able to create a viewform with only keyfield. I tried adding other fields from the external table, but these fields needs to be initialized with empty field and i dont know how to go about it .. can you guide in this front also? It will be very helpful Regards, Gopal LJ LongWing (Head) wrote: > > Gopal, > You would look at the constructor for the Class ViewForm, setting the > appropriate values for setTableName and setKeyField, adding any fields as > appropriate, then call the ARServerUser.createForm method with that form > object. > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[email protected]] On Behalf Of Gopal-srg > Sent: Tuesday, August 03, 2010 6:11 AM > To: [email protected] > Subject: Java API - Help > > Hi List, > i want to create a remedy view form using Java API, Please guide me how to > do this? > > regards, > Gopal > -- > View this message in context: > http://old.nabble.com/Java-API---Help-tp29334630p29334630.html > Sent from the ARS (Action Request System) mailing list archive at > Nabble.com. > > ____________________________________________________________________________ > ___ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" > > ____________________________________________________________________________ ___ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" > > -- View this message in context: http://old.nabble.com/Java-API---Help-tp29334630p29342868.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com. ____________________________________________________________________________ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

