Fill UDF by content of a SAP field Answered

Rob Westein

Hi,

Is is possible to fill an UDF by a result of an SAP field. Just like the Subject field in the Activity form is related to Activity Type? 

So for instance If in a SAP field a code is filled the UDF should give you options which are related to the code.

Thanks,

/Rob

 

Comments

2 comments

  • Comment author
    Geoff Booth

    Try editing the Form's IPT configuration for the UDF.

    1) Set the Type field to "ComboBox"

    2) Set  the Valid Values field to a SQL statement "SQL:SELECT Code, Name FROM [@MY_TABLE] WHERE U_ACTIVE = 'Y' " - edit as required

     

    Make use of the Boyum help file - it is excellent!!

    https://help.boyum-it.com/B1UP/index.html?itemplacementtoolconfiguration.html

    0
  • Comment author
    Christina Du

    Hi Geoff,

    Thanks for the reply. it is very helpful. I have a further question.  If the user wants to input the initial several letters of the field and drop-list only shows the matched values. it is possible? Please advise. thanks.

     

    Christina

    0

Please sign in to leave a comment.