function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Computer KidComputer Kid 

Creating an Invoice Object

Hello,

I'm creating an object entitled "invoice" for my salesforce.com account. I would like to allow one of the users to create and invoice after a case has been closed. Is there a way to allow the user to simply click a link/button and continue to add as many "Products" as they see fit to the invoice. I know that I must use a related field.

The other side of this object/app would then submit the invoice to a manager for approval. Is there a resource that I can reference on how to accomplish this?

Finally, once approved, the invoice would then be sent (using e-mail or snail mail) via a third party service which uses XML to interface with their site resources and information. Once again, is there a reference where I can find information on how to accomplish this?

I thank you all in advance for your comments.