Forums

Forums / Developing Portals / Is there a way to make a change to multiple records?

Is there a way to make a change to multiple records?

Thread is closed for posting
2 posts, 1 answered
  1. geoff.white
    geoff.white avatar
    31 posts
    Registered:
    27 Jan 2015
    10 Nov 2015
    Link to this post
    Is there a way to make a change to multiple records?

    Say for instance a user filters a list of records that they want to add/edit particular fields in one go instead of entering each one individually?
  2. Clinton Bale
    Clinton Bale avatar
    126 posts
    Registered:
    21 Feb 2014
    Answered
    12 Nov 2015 in reply to geoff.white
    Link to this post
    Hi Geoff,

    Currently there isn't a way to batch update multiple records at the same time in a grid-like fashion.

    However if you manage to get all of the GUIDs for all of the records passed into the QueryString, you can have multiple CRM Form Configurations configured using the different guids and submit them all at once.

    There is an advanced property on the CRM Form Configuration that tells The Portal Connector to use a different QueryString ID for the CRM Form Configuration, it is set by default to the primary attribute of the record. The advanced property name is: CustomQueryString

    Let me know if you have any additional questions.

    Regards,
    Clinton
2 posts, 1 answered