1

كيف يمكن التحكم في الحقول الغير منسوخة من بناء على؟
 

كيف يمكن التحكم في الحقول الغير منسوخة من بناء على ، مثل الـ duplicate في GenericReferenceOverrider بالنافذة؟

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Eldabbas's avatar
9.1k
Eldabbas
asked 6 years ago

Comments

see more comments

1 Answer

1

يمكنك عمل المطلوب عن طريق عمل GUI Post Action يقوم بتفريغ الحقول التي ترغب فيها مع ادخال بناءا علي مثال: لو أردت تفريغ المخزن و الموقع في سند التحويل بعد اختيار بناءا علي. قم بعمل GUI Post Action علي حقل fromDoc ، قم بوضع التالي ب POST Action الخاص بالحقل بناء على.

details.toWarehouse=null
details.specificDimensions.warehouse=null
details.specificDimensions.locator=null
details.toLocator=null
details.genericDimensions.analysisSet=null
details.genericDimensions.department=null
details.genericDimensions.sector=null
details.genericDimensions.branch=null
details.toDimensions.analysisSet=null
details.toDimensions.department=null
details.toDimensions.sector=null
details.toDimensions.branch=null

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Eldabbas's avatar
9.1k
Eldabbas
answered 6 years ago, updated 6 years ago
link

Comments

see more comments

Your Answer

Login/Signup to Answer