Skip to main content
Solved

ActionBar button not visible on sales order screen.

  • December 10, 2024
  • 5 replies
  • 62 views

Forum|alt.badge.img

On sales order screen suppose so item is kit item then I wants to show kit details (child item) in popup 

In Non stock item we created one item with Is Kit field = true.

 

I added tool bar button

<px:PXToolBarButton Text="View Kit Details" CommandName="ViewKitDetails" PopupPanel="spKitDetails" />

It is visible on customization screen editor.

But not on screen.

Panel Details:

<px:PXSmartPanel ID="spKitDetails" runat="server" Width="600px" Height="400px" Caption="Kit Details">
		<px:PXFormView ID="formKitDetails" runat="server" DataSourceID="ds">
			<Template>
				<px:PXGrid ID="gridKitComponents" runat="server" DataSourceID="ds">
					<Levels>
						<px:PXGridLevel DataMember="KitComponents">
							<Columns>
								<px:PXGridColumn DataField="InventoryID"  />
								<px:PXGridColumn DataField="Descr"  />
								<px:PXGridColumn DataField="Qty"  />
								<px:PXGridColumn DataField="QtyOnHand"  />
							</Columns>
						</px:PXGridLevel>
					</Levels>
				</px:PXGrid>
			</Template>
		</px:PXFormView>
	</px:PXSmartPanel>

Graph Details:

 

Can anyone help me in this case?

Or guide me if I am on wrong track.

Version: 24R1 24.114.0020

Best answer by darylbowman

bjani23 wrote:

This works but popup looks ugly.

Set the popup form control’s Skin ID to Transparent and Width to 100%

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

5 replies

Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 25 replies
  • December 10, 2024

I change button syntax 

<px:PXToolBarButton Text="View Kit Details" PopupPanel="spKitDetails" CommandName="ViewKitDetails" CommandSourceID="ds" DependOnGrid="grid" />

This works but popup looks ugly.

 


Forum|alt.badge.img

Please if you have replace the function name like CommandName =”viewKitDetails”.


darylbowman
Captain II
Forum|alt.badge.img+13
  • 1716 replies
  • Answer
  • December 10, 2024
bjani23 wrote:

This works but popup looks ugly.

Set the popup form control’s Skin ID to Transparent and Width to 100%


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 25 replies
  • December 12, 2024
darylbowman wrote:
bjani23 wrote:

This works but popup looks ugly.

Set the popup form control’s Skin ID to Transparent and Width to 100%

Yes. This works but result not visible. I will share more details soon.


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 25 replies
  • December 25, 2024

I missed to add in smart panel. Now it shows correct result.

AutoCallBack-Target="UpSaleGrid" AutoCallBack-Command="Refresh"

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