Options

Add range to a dataSource with value not null

ibtissemBenAichaibtissemBenAicha Member Posts: 7
edited 2011-06-01 in Dynamics AX
Hi

I want in the executeQuery of my dataSource in a form to add a range and the value of the field could not be null :?:
What to do ?

Thanks for responding me

Comments

  • Options
    ibtissemBenAichaibtissemBenAicha Member Posts: 7
    Here is the solution

    this.query().dataSourceTable(tablenum(CustConfirmJour)).addRange(Fieldnum(CustConfirmJour,
    thy_ProformaId)).value(sysquery::valueNotEmptyString());
Sign In or Register to comment.