How can I turn on File Attachments Drag and Drop functionality on custom Data Entry Documents(Header)?
Solved
Drag and Drop functionality for custom Data Entry Page
Best answer by JKurtz29
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.