How to show selected record(customer account) in query option

How to show selected record(customer account) in query option:

In controller class -> Prepromptmodifycontract( )

protected void prePromptModifyContract()
{
   
    this.setRanges(this.parmReportContract().parmQueryContracts().
    lookup(this.getFirstQueryContractKey()));
 
}

Comments

Popular posts from this blog

We will follow the following steps in the AX development.

Need to provide “ItemId lookup” based on "ItemType" field, which selected while creating SalesOrder

How to retrieve multiple selected records from Grid using X++