[progress Communities] [progress Openedge Abl] Forum Post: Re: Import Outlook Contact...

Status
Not open for further replies.
S

Shiva Duriseati

Guest
Hi Aede, If you are on Private Cloud one way you can achieve is by using java methods in Object Script trigger which will parse the VCF file and extract the contact details. Once we get the contact details we can use rbv_api.createRecord API to create records on "Contact" object. In order to use java methods inside trigger add a property"CustomClassFilter" inside shared.properties and assign required java packages to it. Example:If you want to use classes inside lang and io packages add them to CustomClassFilter as below. CustomClassFilter=(java.lang.*)|(java.io.*) http://documentation.progress.com/output/rb/doc/index.html#page/rb/shared.properties.html Regards, Shiva

Continue reading...
 
Status
Not open for further replies.
Top