LivelinkDotnet
Programmer
We have modified the length of one attribute in one category . When we go to category page of any object to whome this category is assigned . On this page Upgrade button apears.
There are around more than 1lacks items , so we want to this task through LAPI. So that we can upgrade objects in batches and not all at one time.
we have found some below funtion
LL_UpgradeObjectCategory
UpgradeCategoryReferences
Can we use above function
if yes but when i try to use
LL_UpgradeObjectCategory ( _
ByVal session as Long, _
ByVal objID as Long, _
ByVal catID as Long, _
ByVal catVersion as Long, _
ByVal upgradeInfo as Long ) as Long
how use last parameter upgradeInfo , i have just declared llvaluealloc upgradeInfo , but when i run application due to this function application breaks.
We are using LAPI in vb.
Please help its very urgent
Thanks in advance
There are around more than 1lacks items , so we want to this task through LAPI. So that we can upgrade objects in batches and not all at one time.
we have found some below funtion
LL_UpgradeObjectCategory
UpgradeCategoryReferences
Can we use above function
if yes but when i try to use
LL_UpgradeObjectCategory ( _
ByVal session as Long, _
ByVal objID as Long, _
ByVal catID as Long, _
ByVal catVersion as Long, _
ByVal upgradeInfo as Long ) as Long
how use last parameter upgradeInfo , i have just declared llvaluealloc upgradeInfo , but when i run application due to this function application breaks.
We are using LAPI in vb.
Please help its very urgent
Thanks in advance