Hi,Expert
There is a question about SVS.
After making InputField SVS......
-
(Code)
IWDAttributeInfo info = wdContext.getNodeInfo().getAttribute(IPrivateResultDataPreview.IContextElement.TEST_VH);
ISimpleTypeModifiable modi = info.getModifiableSimpleType();
IModifiableSimpleValueSet valueset = modi.getSVServices().getModifiableSimpleValueSet();
valueset.put("01","TEST-No1");
valueset.put("02","TEST-No2");
valueset.put("03","TEST-No3");
-
Can the list be displayed without pushing the button of ValueHelp?
There is a demand that it wants to do from the customer by initial processing of the screen, and it questions.
Regards