You need to sign in to do that
Don't have an account?
Rebecca Hendricks 9
Custom Big Objects - Creating XML and Object files
I'm new to developing in Salesforce and am working on the Define Custom Big Objects unit in Trailhead. I understand that I'm supposed to make Rider_History__b.object file as well as a rider_history.permissionset and package.xml file. However, I don't know how to actually begin the process on how to get these files created.
I understand that once it's created I can then use the Workbench to upload the zip file into my trailhead environment, but I can't do that until after the files have actually been created. How do I do that???? Is it done in an Apex class? Or is it done as a different type of item in the Developer Console? Or is it done a completely different way.
Remember, I'm a newb when it comes to this stuff, so you may need to be a bit more specific than with a more experienced developer.
I understand that once it's created I can then use the Workbench to upload the zip file into my trailhead environment, but I can't do that until after the files have actually been created. How do I do that???? Is it done in an Apex class? Or is it done as a different type of item in the Developer Console? Or is it done a completely different way.
Remember, I'm a newb when it comes to this stuff, so you may need to be a bit more specific than with a more experienced developer.
To create the xml file you don't have to use any apex class just open notepad++ and create the object file/permissionset and package.xml file.
make sure you put all the file in one folder and the object file extension should be "Your file Name" .OBJECT and the permissionset should be "you permissionset name"..permissionset.
Object File...
PermissionSet File
Package.XML File
Object File
PermissionSet File
1. setup - Big Objects
2. Click New to create a big object.
3. and plugin all the challenge requirements manually rather than using work bench or xml files.
this will literally take 5 mins lol
this is by far the best answer. trust me.
you're welcome.
Hi Prashant,
I have done same steps for creating CUSTOM OBJECT and it's fields (without including indexes tags and permission set file) and deployed through workbench, it was deployed successfully but object was not created in the org and so its fields. I have tried 2 approaches for creating that
1. specified the object information in object file and deployed and
2. created the object into the org and only deploy its fields
in both cases zip file was deployed successfully, but in 1st case object was not created and in 2nd case fields were not created
It will be very helpful if you can specify the sample object file to create custom object and its fields.
I am attaching the screenshot of successful deployment
Alos I have tried to create them through spreadsheet, mapped all the field's data type but neither I could not specify the required attribute for the fields, nor add more than 10 fields on the layout. Also it was failed to store picklist values.
Any help would be appricated.
Thank you.