INTERACT FORUM

Windows => Plug-in Development => Topic started by: cncb on July 14, 2018, 08:12:52 pm

Title: MCWS GetInfo: all default fields plus calculated fields
Post by: cncb on July 14, 2018, 08:12:52 pm
It seems that GetInfo without specifying Fields retrieves all fields except calculated user fields.  Is there an easy way to get all the default fields plus a few specific calculated fields (rather than having to list out every default field)?
Title: Re: MCWS GetInfo: all default fields plus calculated fields
Post by: cncb on July 17, 2018, 09:09:08 am
I am making a second call to get the calculated fields but it would be great if you could add something to get all default fields plus specific calculated fields in one call.  Thanks.
Title: Re: MCWS GetInfo: all default fields plus calculated fields
Post by: Matt on July 17, 2018, 09:46:58 am
Coming next build we'll have this:
NEW: MCWS calls to GetInfo can specify "Calculated" for the fields to have the calculated fields included.
Title: Re: MCWS GetInfo: all default fields plus calculated fields
Post by: cncb on July 17, 2018, 02:15:42 pm
Thanks!