Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Remove column from Columnset in CRM 2013

(0) ShareShare
ReportReport
Posted on by

Hi all,


I have a code in CRM 4

ColumnSet cols = new ColumnSet();
            foreach (string columnName in getAttributeList)
            {
                cols.AddColumn(columnName);
            }
            cols.RemoveColumn("new_manufacturinglocationiddsc");
            cols.RemoveColumn("new_manufacturinglocationidname");
            cols.RemoveColumn("productiddsc");
            cols.RemoveColumn("productidname");
            cols.RemoveColumn("transactioncurrencyiddsc");
            cols.RemoveColumn("transactioncurrencyidname");
            cols.RemoveColumn("uomiddsc");
            cols.RemoveColumn("uomidname");
            query.ColumnSet = cols;

But in for CRM 2013 Xrm.SDK.Query.Columnset doesn't contains the property RemoveColumn.


any suggestion ?

Thanks

*This post is locked for comments

  • Community Member Profile Picture
    on at
    RE: Remove column from Columnset in CRM 2013

    Hi Aileen Gusni,

    I did the same thing before Guido Preite's answer.

    It works but when i execute that query it gives exception AttributePlatformNumber. :(

  • Aileen Gusni Profile Picture
    44,524 on at
    RE: Remove column from Columnset in CRM 2013

    Hi Chirag,

    What if you just put condition in the foreach before you add the columns.

    if not exists in the RemoveColumns then Add the Columns.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 54

#3
dkrishna Profile Picture

dkrishna 6

Featured topics

Product updates

Dynamics 365 release plans