HOW TO FETCH UDF Please Help Me

Discussion in 'Requests' started by vinayprasad.Dubai, Nov 28, 2018.

    

  1. upload_2018-11-28_15-38-12.png

    On the above screen i have created a UDF Field For mobile number. So how can i fetch that in the entry level and invoice


    upload_2018-11-28_15-40-6.png

    See the Field Contact there i need Contact number to Fetch

    How do i do that i tried but could not get i am getting party mobile number but not UDF Please help me
    Admins and Experts
     

    Attached Files:



  2. Avrt Technologies

    Avrt Technologies New Member


    Suppose ur udf name is mobile number then u can specify as $mobilenumber:costcentre:"A Sales Man"

    Here I have hard-coded the value. U can use reference field value.
     



  3. Code:
    [#Part:  MST CostCentreParent]
        Add: Lines : Mobile Number
        Background: green
    
    [Line: Mobile number]
        Field: Simple Prompt, MobileUAE
            Local: Field: Simple prompt : Set as: "Mobile Number"
            Local: Field: Simple prompt : Style: Normal
            Local: Field: Simple prompt : Width: 15
    
    [Field: MobileUAE]
        Use: Name Field
        Format: "No Symbols"
        Storage: MobileUAE
        Width: 15
       
    [System: UDF]
        mobileUAE : String    : 25262
       
       
    ;:::::::::::::::::::::::::::::::::::;;Voucher Alteration :::::::::::::::::::::;
    
    [#Part: EICommonLed]
    ;Add : Field : After : EI CreditLimit :  Contact
    Add: Line: Contact,
    
    [Line: Contact]
    Field: Contact, Mobile1
    
    [Field : Contact]
        Use: Simple prompt
        Skip: Yes
        Width: 15
    Set as: "Salesman Contact:"
    ;Local : Field : Name Field : Width: 10
    
    
    [Field: mobile1]
        Use                : name Field
        Set as            :  $MobileUAE:Costcentre:ASalesman
        Format            : Symbols and Numbers only


    Correct this code Please... I am confused
     


  4. Avrt Technologies

    Avrt Technologies New Member


    Try with $mobileuae:costcentre:"A sales Man"

    Hard-coded value should be inside quote.

    You can refer the field value instead of hardcode.

    $mobileuae:costcentre:#vchcostclass
     



  5. Its Working absolutely fantastic Thq...
    So much For the Help.....
     


Share This Page