Shortcut Dimension 3 Code Lookup

sameer_79sameer_79 Member Posts: 39
Dear All,

iam creating a field 'Shortcut Dimension 3 Code' in a table then write a code on its on lookup trigger LookupDimCode(3,ShortcutDimCode); means calling funtion from Dim Mngt Code Unit,but problem is that, after lookup data is not selected in the field.

regards
Sam

Comments

  • matttraxmatttrax Member Posts: 2,309
    In the trigger you're not passing "Shortcut Dimension 3 Code" as a parameter so it won't be assigned by reference in the function. You didn't assign "Shortcut Dimension 3 Code" to the possible return value of that function either.

    So in short, if you're not assigning a value to your field, you can't expect it to have one.
Sign In or Register to comment.