Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ERP Acumatica で、メイン ビューではないビューにタブをバインドしています。ビューの現在の要素が null の場合、このタブを非表示にするにはどうすればよいですか?
Acumatica では、目に見えるコンテンツが含まれていない場合、タブは自動的に非表示になります。PXUIFieldAttribute.SetVisible<*Field*>(*YourDataView*.Cache, object, **false**)入力コントロールまたは*YourDataView*.AllowSelect = **false**グリッドに使用する必要があります。
PXUIFieldAttribute.SetVisible<*Field*>(*YourDataView*.Cache, object, **false**)
*YourDataView*.AllowSelect = **false**