Dynamic syntax in the title option of a template
RespondidaIs it possible to have a dynamic syntax in the title option of a template?
I can only input text apparently.
Actually, what I really need is to see the ItemName of an item when modifying BOM and routing in item master data (now it displays only the item code).
Is there a way?
Thanks
-
Comentario oficial
Hello Damiano,
I think I know what you mean.
But print screens are always better.Yes, you can work with placeholders.
Variable <str_parm. s_parm1> contains the article number
In <... > you can define a Select statement. There placeholders are nested with {}.
Full sequence
<str_parm.s_parm1> <select "ItemName" from "OITM" where "ItemCode"={str_parm.s_parm1,dbstring}>

-
Hello Damiano,
Can you please provide a screenshot of what you need? Unfortunatelly I'm not sure I understand this queston and I want to provide the best anwser =)
-
Thank you Martin, this is exactly what I needed!
Why this is not stated in the help of the template forms editing?
Where can I find a list of these <str_parm.s_parm1> ?
Thanks!
-
Hi,
you can see all variables in the debug window

and in our beas script documentation.
But realy not simple to use, if you don't have the knowledge.
Current we working on B1UP functions inside beas and on better usability in all areas
The template window is on our ToDo list too.regards Martin
Iniciar sesión para dejar un comentario.
Comentarios
4 comentarios