cancel
Showing results for 
Search instead for 
Did you mean: 

Updating Extension Collection in a project Using Import

Former Member
0 Kudos

Hi Experts ,

I have a requirement to update Extension Collection Values in a Project using CSV Import file in system administration tab .

CSV file would contain information like  the Project Document ID as well as the extension collection values .

Please suggest .

Regards,

Piyush Srivastava

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Piyush,

To add to Uday response, the common extension collection template has the following columns that needs to be populated with the column definitions created in your application:

# Field Type Required Notes
# CLASS CUSTOM true The name of the class having the
  target extension collection
# OBJECT CUSTOM true References the EXTERNAL_ID of the
  object having the target extension collection
# COLLECTION CUSTOM true The name of the target extension
  collection
# <EXTENSION_COLLN_FIELD_NAME> CUSTOM true Placeholder for the name of an
  extension field in the target extension collection

Once the values are populated you should be able to import mass values into the collection extension object.

Regards,

Parankush

Former Member
0 Kudos

Hi Piyush ,

There is a common extension collection csv import template available,  where you will be specifying the class and object ids and the extension collection details.

Thanks

Uday