-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apex class to XML Format is not as expected #5
Comments
I want allocate the created Credit Notes to invoice
So I have created the class below structure public class JSON2Apex { public Allocation Allocation=new Allocation(); public class Allocation { public class Invoice { } This is the code I am executing in Salesforce developer console String consumerKey; And the Output structure is coming like below
This Structure is not as expected there is some issue , Can any one know how to fix this. |
i'm doing something similar but using have you public class for allocation like this: public class Allocation { |
No description provided.
The text was updated successfully, but these errors were encountered: