Options

Insert data in a Option Data field about Webservices

stonystony Member Posts: 122
edited 2010-08-16 in NAV Three Tier
Hallo,
I want to insert date in a table about a webserive with a C# Application. One field is defined as a option Data Type.
How can I do that.
C#-Code
BDEDatenRef.SCHWSBDE_Daten_Service bdedatensatzserv = new BDEDatenRef.SCHWSBDE_Daten_Service();
BDEDatenRef.SCHWSBDE_Daten bdedatensatz = new BDEDatenRef.SCHWSBDE_Daten();

bdedatensatzserv.UseDefaultCredentials = true;
bdedatensatz.Störung = --> one of the option data type.

regards
stony

Comments

  • Options
    raven44raven44 Member Posts: 85
    dont really follow what you're doing but I suspect you can do this with an Integer data type
Sign In or Register to comment.