Hi Experts,
I have created 1 embed component and under the solution i have created only the below files
1) Business Object
2) Embed Component
3) XML file ( Under Create Service Integration )
I have successfully save data from front end on Account TI screen and able to change the data, But i want to upload the mass data based on the Alternative Key Account_ID i have followed the below process
1 ) Create Solution and define element under the Business Object
2) Create Embed component and used that element on Account_TI screen and able to save the data from front end.
3) Create Service Integration for the Custom business object (from Step 1) and create XML file input based on the alternative key
4) When i follow to Upload data from the i am also getting the Finished Job but data not updated on Account Level.
Please anyone have idea what step missing under the development, kindly let me know if any step missing
Many Thanks,
Mithun
Request clarification before answering.
Hey,
what creation date did you specify for your xml file input? Please make sure you use one later than now and todays date: 2014-04-07T20:00:00Z
I would also create a OWL for the BO, just to review if there are any instances created.
Cheers,
Jens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jens,
Thanks for you reply now its working fine the problem is i have not check the checkbox under the "Message Structure" once i have checked and download the XSD file and process the same to upload data its working fine.
Also from your reply i have solved the Time temp error when i upload the data .
Thanks
Mithun
Hi Mithun,
I tried the same but the data is not getting stored in the custom BO, but the Run status is successful .Can you send me your working XML file.
In your case i see that you have used Account ID. While uploading the XML file upload if enter the Account ID which does not exists in the C4C, how you are handling the error messages ?
Thanks,
Naga
Hi Naga Prakash,
We have created custom business object and create embed component for Account screen.
Customer want to upload data via migration tool but for custom we need to create XML file input.
I have never tried but we can check On-Validation if Account ID exist of not.
I hope this will be helpful to you.
Regards,
Mithun
Hi Mithun,
I followed the steps for the link . Still my OWL screen appears empty. My requirement is to upload xml file in c4c.
Please provide suggestions regarding the same. I have a raised a separate discussion in the forum regarding this with ().
Hope you could share me your findings.
Thanks,
Srinivasan
Hi Pradeep,
Sure,I have attached two xml files. I may receive multiple number of Vendor or DisiFile. I read the content of the file using the code
var BinaryObject1 = this.RootAttachment.DocumentList.GetFirst().FileContent.BinaryObject.content;
For the second file I used GetLast(). And I used the below code to send them as a string to the request
var bindata1 : Binary.ParseFromBase64String.String;
bindata1 = BinaryObject1.ToString();
This satisfies the requirement for two files. I am struck on how to send multiple files.
Also I used the Attachment work center in the Standard Opportunity screen. Is it possible to develop the same UI in custom OWL?
Please provide your valuable suggestions.
Thanks,
Srinivasan
Hi Srinivasan,
What do you want to do with the XML data? Do you want to upload it to standard BO?
If yes, then you need to create 2 file input scenarios one for Vendor and another for DiscFile on the corresponding standard BO,
After that you could directly upload the xml against the corresponding scenario, ofcourse the element name should match between XML and the standard BO.
Thanks, Pradeep.
Hi Pradeep,
As you have suggested I have created two elements, one for Vendor and DisFile. Also I am able to transfer these files using the getFirst() and getLast() on calling the web service.
I want to replicate the scenario when I have multiple Vendor and DisFile to be uploaded. During such cases how do I read all the files?
Thanks,
Srinivasan
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.