내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

Issue ResolveProjectID Behavior

Avatar

Level 4
I recently found the ResolveProjectId property of the issue. I would like to use this to distinguish between projects that are converted from issues and projects that are copies of those projects. Is this a proper use of this property? Is there a better way to differententiate between projects converted from issues and projects that are copied? Jason Saunders
주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

3 답변 개

Avatar

Level 10
In a project report, there is a filter called "Has Resolvables" that you can use to filter if a project was converted from an issue or not. But if you say False, that doesn't necessarily mean it was copied from another project. It could have been made from scratch or a template. Anthony Imgrund FCB

Avatar

Level 10
Hi Jason, I often use this field as a filter to identify issues that have been converted to a project as seen below:

Avatar

Level 4
Thank you both for the responses. I was hesitant to use "Has Resolvables" because of the ambiguity. The Fusion FLO I built does a search for Issues with a ResolveProjectID that matches the current ProjectId. If it finds a match, I know that project was converted from an issue. Jason Saunders