Hi Experts,
I am trying to generate a sql register with concatenated code.
e.g.
*REC(account=entity.id&category.id
If entity. id= company1 and category=actual
I would like to generate
account=company1actual
Is this possible to achieve something similar?
Regards