Rating:
27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.
Hi
I have have a document Customer Orders, in Item (type is CatalogRef.Items) column property named "ChoiceFoldersAndItems" is setted as "Folders and items". The "ChoiceProcessing" event of Item column is StandardProcessing=False. I manually add Items after choice process.
Everything is working normally. But after all, in Web Client I recieve such error message: "Cannot call method 'clearValueList' of undefined" (picture of message is attached). In other Thick and Thin client modes I do not recieve any message, everything is working, but in Web client I recieve such problem. In script I don't use any clearing methods.
So, I wanted to ask in which situations (event) Platform is using "clearValueList" method?
I wanted to test it myself but, in script much more code is running, so I needed to ask in which situations for FormDataCollection (or tabular section of document) Platform uses clearValueList method.
Rating:
27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.
In script, at server I add some FormAttributes (type ValueTable) and add FormItems for those attributes. May be it related with those added attributes and form items? But in Thin and Thick Clients I don't recieve any error messages. Massge is accuring only in Web Client. Firstly I thought it related with the script written. While debugging in each mode, there is no mistake. Only for Web Client after script end appears messagebox with unintelligible message. For this, in beginning of forum title I asked in which situations Platform uses "clearValueList" method in own embed script (I think it related with platform's script in Web Client).