-
Notifications
You must be signed in to change notification settings - Fork 0
/
ar_customer_Vh.xml
12 lines (12 loc) · 1.03 KB
/
ar_customer_Vh.xml
1
2
3
4
5
6
7
8
9
10
11
12
<GroupBox Name="GBDVar_customer" cols="xs12 sm12 md12 lg12" visible="0"><Ctrls>
<ListCtrl Name="ar_customerLst" ToolTip="ttp_ar_customer" Size="70,20" visible="0" loadedclick="1">
<DbDetails fcsm="1">
<Index>ar_customer_id</Index>
<DbTable>mes_trace.ar_customer</DbTable>
<Data>customer_number,customer_name,customer_relationship,customer_category,customer_credit_class,status,created_by,creation_date,last_update_by,last_update_date,ar_customer_id,org_id</Data>
<Order>ar_customer_id</Order></DbDetails>
<OnClick><assign name="customer_relationship[option_line_id]" expr="%{ar_customerLst[customer_relationship]}" function="SetSel"/><assign name="customer_category[option_line_id]" expr="%{ar_customerLst[customer_category]}" function="SetSel"/><assign name="customer_credit_class[option_line_id]" expr="%{ar_customerLst[customer_credit_class]}" function="SetSel"/>
<if cond="'%{ar_customer_id}'"><SetVisible name="insertar_customer" Visible="0"/><SetVisible name="modifyar_customer" Visible="1"/></if>
</OnClick>
</ListCtrl>
</Ctrls></GroupBox>