Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
250 views
in Technique[技术] by (71.8m points)

Add Release/ Release all Actions Acumatica mobile framework

Good morning,

Im asking for your help, to advice me how to put a "Release or Release all" action in the mobile application.

I already added this Actions container (Screen AP503000 -Prepare Payments)

<s: complexType name = "Actions">
<s: sequence>
<s: element minOccurs = "0" maxOccurs = "1" name = "Cancel" type = "tns: Action" />
<s: element minOccurs = "0" maxOccurs = "1" name = "Process" type = "tns: Action" />
<s: element minOccurs = "0" maxOccurs = "1" name = "ProcessAll" type = "tns: Action" />

In the customization project/Mobile Application (Add Screen) I add this code:

add screen AP503000 {

add container "Actions" {
  add field "Cancel"
  add field "Process"
  add field "ProcessAll"
}

add container "Selection"{
  add field "PaymentMethod"
  add field "CashAccount"
  add field "PaymentDate"
  add field "Currency"
  add field "Vendor"
     
}
add container "DocumentsToPay"{
  add field "Selected"
  add field "DocumentType"
  add field "ReferenceNbr"
  add field "VendorID"
  add field "VendorName"
  add field "AmountPaid"
}

}

Attached the result in mobile device** Selection Container DocumentsToPay Container

The actions does not show in the mobile interface,any advices/ideas?

Thanks in advance!

Regards.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...