Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Dependencies of Livelink Module
ImvecUser1_(Delete)_2148388
Dear all,How can we set up Dependencies for modules when using Livelink Builder for development?Thanks.
Find more posts tagged with
Comments
eLink User
Message from magnus <<A HREF="mailto:magnus@ids.se">magnus@ids.se> via eLink
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">eLink
Go to the WEBmodule and set
// This function is used by programmers in the builder to set .fDependencies
// (see .Documentation() for a description of .fDependencies).
function void SetDependencies()
.fDependencies = \
{ \
{ 'kernel', 8, 2 } \
}
end
Then run DumpModuleConfigToFile
/magnus@ids.se