Aggregate udf for all company

Discussion in 'Requests' started by Ashique, Jan 3, 2021.

    
  1. Ashique

    Ashique New Member


    I wanna create an aggregate udf form accept screen for all company. If i enter data in any company ..i want to show the same data in all company
     


  2. Himanshu-2002

    Himanshu-2002 Active Member


    By Default UDF's are applicable for all companies
     


  3. Ashique

    Ashique New Member


    But in my case values are not showing in all.company

    Here's the code

    [Report : CompanyVehicles]

    Object : Company

    .

    .

    .
    [Part : CompVeh]

    Line : CompVeh

    Repeat : CompVeh : Vehicle

    Break On : $$IsEmpty:$Vehicle

    Scroll : Vertical

    [Line:CompVeh]
    Field:CVeh

    [Field : CVeh]

    Use : Name Field

    Storage : Vehicle

    Unique : Yes

    [System : UDF]

    Vehicle : String : 700
     


  4. Himanshu-2002

    Himanshu-2002 Active Member


    Vehicle is a aggregate UDF So, Why you set data type to string ?
     


  5. Ashique

    Ashique New Member


    L
    Let the data type is aggregate...

    Can u plz suggest what can i do to show the same data in all company...
     


  6. Himanshu-2002

    Himanshu-2002 Active Member


    Sir In my Case and According to the Manual The data will be saved to company object irrespective of Company So, I don't know why you are facing this issue

    Or Might be You have added child of attribute to your repeating collection
     


  7. Ashique

    Ashique New Member



    Plz check my code...
     

    Attached Files:



Share This Page