Hello,
when I have a read data function I understand that I can retrieve data in a table using {var:table1.row.model.field} the I want to build links, or task buttons, etc...
my question is:
is there other ways to retrieve data from a read data function?
example, if I use a details list function...or just only if I use a read data first matching record and I want to pass the value to an url...
Thanks for reply.
when I have a read data function I understand that I can retrieve data in a table using {var:table1.row.model.field} the I want to build links, or task buttons, etc...
my question is:
is there other ways to retrieve data from a read data function?
example, if I use a details list function...or just only if I use a read data first matching record and I want to pass the value to an url...
Thanks for reply.
Hi vismay,
The shortcode depends on the context, the code you mentioned is valid inside a table view, for example you can use {var:read_data_name.model.field} after the a read data with first matching record is called.
Let me know the context and I can tell you the shortcode.
Best regards,
Max
The shortcode depends on the context, the code you mentioned is valid inside a table view, for example you can use {var:read_data_name.model.field} after the a read data with first matching record is called.
Let me know the context and I can tell you the shortcode.
Best regards,
Max
Hi vismay,
The details list is supposed to be supplied by one record and it should be very easy to get the value of any field: {var:list_name.value}
Best regards,
Max
The details list is supposed to be supplied by one record and it should be very easy to get the value of any field: {var:list_name.value}
Best regards,
Max
This topic is locked and no more replies can be posted.