RE: Bringing the item's attributes in a button on sales order page in Business Central
Dear Igne M.Bruvik,
With refference to the solution that you had provided earlier for the same kind of problem, [community.dynamics.com/.../adding-item-attribute-factbox-part-page-to-purchase-order-line-page], We tried our best in following the same steps in implementing the solution, but it ended up it in bringing only the image of the Item into the factbox section. I had attached the screenshot of the page that i had achieved by following your previous guidance. But I am unable to display the item's attribute in the factbox. That is the reason we are trying to implement it in this way.
part(ItemPicture; "Item Picture")
{
ApplicationArea = All;
Caption = 'Picture';
Provider = SalesLines;
SubPageLink = "No." = FIELD("No.");
}
part(ItemAttributesFactBox; "Item Attributes Factbox")
{
ApplicationArea = Basic, Suite;
}
part(Control; "Item Attributes Factbox")
{
ApplicationArea = Suite;
Provider = ItemAttributesFactBox;
SubPageLink = "Attribute ID" = field("Attribute ID"),
ID = field(ID);
}
Please help me out in solving the issue that I am currently facing.
Thanks and Regards,
Saravanan M