creating custom buttons

hi there

I am trying to create a custom button which acts like scanning in item. I would like to use the custom button add set items to transaction.

Reply to
Topi
Loading thread data ...

You can use the following: Style: Internal Command Command: PerformAddItem 0, ILC, 1, 0, 0, 0, 0 The format of the command has to be exactly as above, all you have to do is substitute the ILC for whatever ItemLookupCode and the 1 for the Quantity. The other values are as follows.

1st value = ItemID 2nd value = ILC 3rd value = Quantity to add 4th value = Override Price 0 = False, 1 = True 5th value = Price 6th value = Override Description 0 = False, 1 = True 7th value = Description

If you need to add multiple items at the same time you can use the tagalong item in that item's property but that will always add the other items even if you scan the item. Or you can build a simple custom dll that has adds the item.

Rob

"T> hi there

Reply to
Rob

Thanks Rob that helps

Buttons working now

Reply to
Topi

Reply to
Chris

Chris,

Go here

formatting link
In the Select Product, change it to Retail Management

In the Search for, type "Custom Button" without the quotes

Gives you about 10-15 step by step samples

Must have access to CustomerSource

Reply to
Jeff

Reply to
Chris

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.