@eddy.daouk wrote:
Hi @Bertrand,
The label next to “Request #” has an ID of CURRENT_REQUEST.
So in code behind, you can use:
CURRENT_REQUEST.Text = “so8547”;This will display Request #so8547
Regards,
Eddy.
@eddy.daouk wrote:
Hi @Bertrand,
The label next to “Request #” has an ID of CURRENT_REQUEST.
So in code behind, you can use:
CURRENT_REQUEST.Text = “so8547”;This will display Request #so8547
Regards,
Eddy.