Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. manuortiz

    Creating customeraddress in c#

    Hello everybody I'm trying tu create a customeraddress using the code below. I create the parent account first and want to create the adress for this account. public void RellenarDatos() { account Cuenta= new account(); //give value to the account Guid idCuenta=CrearObjeto(Cuenta, "account")...
  2. manuortiz

    appointment requiredattendees to workflow assembly

    I'm creating a copy of an appointment by a workflow assembly, so I need to pass the field as a parameter. how do i have to configure the workflow.config for this field? And the parameter in the function in C#?

Part and Inventory Search

Back
Top