Macro error in UF-003: System.Exception: Could not find Item with UID: "" on Form: 149 Respondida

erol akgül

Hi,

I asked before this question => https://support.boyum-it.com/hc/en-us/community/posts/360023660874-how-to-increase-the-length-of-UDF-name-for-Universal-Functions- 

so and after i learned the answer,i shortened the length of column names.

For example;

old name  : U_DISMECHANISM  (12 ch except U_)  (****)

new name : U_DISMECH  (7 ch except U_)              (****)

**** both of them are string textbox , namely not combobox or checbox field.

 

Although I changed the length of column names, i am still getting error :(

What is the reason of this issue ? 

 

 

Comentarios

4 comentarios

  • Comment author
    erol akgül
    • Editado

    I solved the problem. 

    B1UP compiler is converting my colum name as lowercase.

     

    My column name => U_DISMECH

    According to Compiler => U_Dismech

    When I change the column name as a U_DSMECH, the issue was solved..

     

    Normaly, it must understand both of them is the same thing but it can't. This can be a bug also.

     

    Sooo ......

    I desire from BOYUM IT to write my name on the bug finder list :)))

     

    0
  • Comment author
    SSP Automation
    Thank you for your request.
    The development team have now added it to our internal planning-system for evaluation.
    [Internal Id: 18733]
    0
  • Comment author
    Kasper Bergh Østergaard

    Could you please show a screenshot of your configuration?

    0
  • Comment author
    erol akgül

    Of course Mr Kasper,

    I changed all column names with those rules;

    ** max 10 characters

    ** not using the big i letter (I), like DSC OR DMETER instead of DISC or DIAMATER

    so, now code runs .

     

    MultiSetFromSql($[$38.U_DSMECH.0]|SQL:SELECT U_DISMECHANISM FROM OITM T0 WHERE T0.ItemCode = $[$38.1.0] );

     

    0

Iniciar sesión para dejar un comentario.