Metadata Access
1 min
about metadata access docid\ rlpjupq lgto4gvaavufbusing the getschemaforobject web method docid\ a8cqjfef uyxtqxvueb6rusing the getallschemaforobject web method docid\ aibehspk5sduwzfawr7ddusing the getallallowedobjectnames web method docid\ gnxjfwe2w2bsvnthnwei5 about metadata access you can import an existing set of business objects into the tenant using the business object uploader tool the tool communicates with the application server using public web services to facilitate user logins, population of data entry forms, and the upload of business object data the workflow in the business object uploader is as follows log into an instance load the list of all allowable business objects select a business object load the metadata for the selected object complete the data for the fields being imported, if needed submit the new object to the application when designing your api, to know what objects you can create, get a list of allowed objects by using the getallallowedobjectnames web method to know what fields you want to submit to the create object call, you need to obtain the metadata, by using the getschemaforobject web method to upload objects even with "special" fields visible (like recid), use the getallschemaforobject web method
