On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Setting initial attribute values during Import

Hello Everyone,

I hope someone is able to provide some pointers because after searching here, the sample code repository, the WDK documentation, and the WDK/Webtop Support forums I've not been able to find anything that is specifc enough to help me in this regard.

One of my tasks is to customize the Webtop Import component so that certain custom attributes are set with an initial set of values. The objective is for the system to intelligently populate certain attributes based on the target folder path, so the user does not have to specify them.

Ideally, I'd like to find some sample code for a custom Import behavior class that cycles through through the set of controls associated with the custom attributes on the Import page and sets some of them to certain values. There will be more than one custom object type that I have to deal with, so the set of custom attributes to be populated may be different each time.

If anyone could provide some suggestions, point me to some resources (wherever they might be) I'd be very grateful.

Thanks,

JPG.

PS. I have already customized the Import behavior class to do other things before, just not this kind of stuff.