I need a consultation but within the value range not want to be burned or static value, what I want is to grab a value from an external consultation in a method.
This is the code of the queries
public void init()
{
QueryBuildDataSource qbds;
QueryBuildRange qbr;
super();
qbds = this.query().dataSourceTable(tableNum(CustTable));
qbds.clearRanges();
qbr = qbds.addrange(fieldNum(CustTable, MainContactWorker));
qbr.value(queryValue(5637184328));
}
This query is assigned to a role, when validate the query gives me the courage but when I assign the role to the user if not validated me the range value and does not perform the query, and when you burn the value within the range directly if the query is querying me when assigning the user.
I do not understand why, or what I'm doing wrong?
*This post is locked for comments
I have the same question (0)