You need to sign in to do that
Don't have an account?

how to add custom field to your account using partner.wsdl
hello,
i am using sforce 6.0 api.
i have to use partner.wsdl for my application .
how can i add custom fields to account and lead using partner.wsdl
i am using sforce 6.0 api.
i have to use partner.wsdl for my application .
how can i add custom fields to account and lead using partner.wsdl
i am using asp.net using c#. How can i do cutomization to schema through the application ? My aim is to add custom field to account ?
thanks.
thanks for reply.
i want to add custom field through my code.
how can i do this ?
thanks
thanxs for the reply.
yes, It is right that what you have told.
now i have created one custom field through set up but when i try to assign some value through my code it thows error -
common.exception.ApiQueryException: No such column 'myfield' on entity 'Account'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.
will you have some suggestion for that ?
please reply.
thanks.
how can i make custom fields's visibility false sothat no one can view and edit those values . i have to do this through my code and i am using partner.wsdl.
i have hardcoded those values inmu code but i want no one can view and edit those values on eg.accountdetails page.
thanks.
Are you able elaborate on the plans for the API? If so, will this just be to add/edit/delete custom fields or will you be be able to do the same with custom objects too?