You have a form with datasource : Custtable.
and youwant to show only "v000001"
Override your Custtable.ExecuteQuery with your code, before Super().
CustTable_ds.query().dataSourceTable(tableNum(CustTable)).addRange(fieldNum(CustTable, CustId)).value(queryValue('v000001'));
see the detail in ":