Skip to content

Instantly share code, notes, and snippets.

@f1code
Created November 5, 2011 16:59
Show Gist options
  • Select an option

  • Save f1code/1341771 to your computer and use it in GitHub Desktop.

Select an option

Save f1code/1341771 to your computer and use it in GitHub Desktop.
ICAccWidget nw = Sage.Platform.EntityFactory.Create();
nw.Account = caccwidget.Account;
nw.WIdget_name = caccwidget.WIdget_name;
nw.Quantity = caccwidget.Quantity;
nw.Price = caccwidget.Price;
nw.Save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment