Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sample codes to Create a Physical Item in Livelink?

Status
Not open for further replies.

simonchia

Programmer
Oct 28, 2007
1
SG
I'm new to livelink. Anyone can show me how to create a "physical item" using LAPI? Thank You.
 
I assume you know how to create objects using C#.Physical objects just means that you have to supply the correct object subtype (411,412 I belive)
First you need to secure the PhysObj.cs file if you were doing in c#.This is under the physical objects module in your server.Bring that in your name space and thru intell sense you can see all the functions like PhysObjAssignToTransfer thru intell sense.If you are doing c++ or VB then you need to compile it into a dll,the instructions are very clearly in the documentation

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top