How to execute TDL code through SOAP request

Discussion in 'Tally Integration' started by Noor Hussain Ladkhan, Sep 17, 2012.

    

  1. Hi,

    Please let me know how to execute TDL code through SOAP request. I am using the below xml, please let me know if it is correct. I am trying to create a UDF.
    Code:
    <ENVELOPE>
        <HEADER>
                <VERSION>1</VERSION>
                <TALLYREQUEST>Execute</TALLYREQUEST>
                <TYPE>TDLAction</TYPE>           
        </HEADER>
    <BODY>
        <DESC>   
    <TDL>
    <TDLMESSAGE [System: UDF] MyUDF: String: 1000 [#Part: LEd Other Details] Add: Line: MyLine [Line: My Line] Field: Short Prompt,My Field
    Local: Field: Short Prompt: Set as: “City: ” [Field: My Field] Use: Short Name Field Storage: MyUDF >
     
      </TDLMESSAGE>
      </TDL>
      </DESC>
    </BODY>
    </ENVELOPE>

    Thanks and regards,
    Noor
     


  2. admin

    admin Administrator Staff Member


    You can not create New UDFs using External Call.
     



  3. Hi Admin,
    Thanks for your response. Is there any other way to create udf ? How to create udf through tally ? also please let me know how to access existing udfs ?

    Thanks and regards,
    Noor Hussain
     


Share This Page