Solved

Drag and Drop functionality for custom Data Entry Page

  • 23 December 2022
  • 1 reply
  • 50 views

How can I turn on File Attachments Drag and Drop functionality on custom Data Entry Documents(Header)?

icon

Best answer by JKurtz29 13 November 2023, 22:03

View original

1 reply

Userlevel 2
Badge

In your page’s DataSource control, add the EnableAttributes tag.   For an added bonus, add the UDFTypeField to enable UDF fields for your screen.

 

<px:PXDataSource ID="ds" runat="server" Visible="True" Width="100%"
UDFTypeField="DieRequestID" EnableAttributes="true"
PrimaryView="DieRequest" TypeName="AI.OC.Engraving.DieRequestEntry">
<CallbackCommands>
<px:PXDSCallbackCommand CommitChanges="True" Name="Save" />
</CallbackCommands>
</px:PXDataSource>

 

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved