Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

AIF Returning List as a DataMemberAttribute on a custom data contract

(0) ShareShare
ReportReport
Posted on by 2,654

Hi,

I am attempting to return a parameter as part of a custom data service contract which is of type LIST and is a list of string values.

[DataMemberAttribute('parmthisList'),
AifCollectionTypeAttribute('_list',Types::String),
AifCollectionTypeAttribute('return',Types::String)]
public List parmthisList(List _list = thisList)
{
    thisList = _List;

    return thisList;
}

Everything compiles ok but when I try to deploy the service group I get the following exception:

The service 'TestService' could not be generated.\n  Error: An attribute of type 'AifCollectionTypeAttribute' has not been defined. Method: 'BP_ResponseContract.parmthisList', Parameter: ''.

Could someone please advise what is not correct on my code and what I need to change on the service contract, calling service or indeed the structure of the parameter itself?

Thanks

  • Martin Dráb Profile Picture
    234,615 Most Valuable Professional on at
    RE: AIF Returning List as a DataMemberAttribute on a custom data contract

    Have you generated CIL after X++ compilation?

    The version tag is missing for some reason, but I assume this thread is about AX 2012.

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June 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 > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 565

#2
Martin Dráb Profile Picture

Martin Dráb 536 Most Valuable Professional

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 402 Super User 2025 Season 1

Product updates

Dynamics 365 release plans