Alvin Li
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Alvin Li-
Alvin Li commented,
Hi Kevin, Thanks for the feedback. The Macro will be triggered after new invoice data is added into database. The Macro is below OpenForm(13|$[NEWID]); //open invoice form with new invoice number A...
-
Alvin Li created a post,
The server threw an exception when running print sequence
Hi all, I am using Macro to automate the Print Sequence after a new invoice is added. It will print one invoice in PLD format, and another invoice in Crystal Report format. During the testing phase...
-
Alvin Li commented,
That will be great, thanks.
-
Alvin Li commented,
Hi Geoff Thanks for your advice, using $[NEWID] keyword can really help! Is it possible to get document ID for a specific user by using the keyword? The reason I am asking is that. In a scenario of...
-
Alvin Li created a post,
Automate Print Sequence
Hi all I want to make the system to automatically print invoice in 2 different layout right after the invoice is added. The only available built-in function is Print Sequence. I try to use Macro co...
-
Alvin Li commented,
Hi Jay Thank you very much for your time and information. I will look into it. Cheers
-
Alvin Li commented,
Hi Jay Thanks for the input. I found the SAP note below which mentions VS community version is not supported. Have you exactually installed the community version in your SAP system and create addo...
-
Alvin Li created a post,
Create addon program without Microsoft Visual Studio
Hi All, I want to create an add-on program in SAP B1. I search in the Internet for how to do it, and all information show that I need Microsoft Visual Studio. I don’t want to get the license just b...
-
Alvin Li commented,
Official comment Finally I get the answer from previous post. The DLL file have to save in C:\Program Files\sap\SAP Business One\AddOns\BOY\B1 Usability Package. then the Net Snippet can find the DLL file and the ...
-
Alvin Li created a post,
Exception has been thrown by the target of an invocation
AnsweredHi,Hope I can get help from someone here regarding this "Exception has been thrown by the target of an invocation". I created .Net Snippet and I got above error and I discovered that the error was ...