Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Form data source

$
0
0

In form datasource method i have :

purchTableQuery = PurchTable_ds.query();

purchTableQuery.dataSourceNo(1).addRange(fieldnum(PurchTable, PurchId)).value("ABC");

 

Why this method write in a field "ABC". ?? I think it set a range and when "ABC" is not in the field it retorn nothing.

 


Viewing all articles
Browse latest Browse all 9880

Trending Articles