Skip to main content
Solved

Drag and Drop functionality for custom Data Entry Page

  • 23 December 2022
  • 1 reply
  • 85 views

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

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>

 

View original
Did this topic help you find an answer to your question?

1 reply

JKurtz29
Jr Varsity III
Forum|alt.badge.img
  • Jr Varsity III
  • 15 replies
  • Answer
  • November 13, 2023

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


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings