Skip to content

Added Get/SaveProjectEntityWithoutMembers methods to CRMScript refere…#2964

Merged
digitaldiina merged 3 commits into
mainfrom
feature/ty/add_project_operation
May 29, 2026
Merged

Added Get/SaveProjectEntityWithoutMembers methods to CRMScript refere…#2964
digitaldiina merged 3 commits into
mainfrom
feature/ty/add_project_operation

Conversation

@SuperOfficeDevNet
Copy link
Copy Markdown
Contributor

Update project agent operations #2947

@SuperOfficeDevNet SuperOfficeDevNet marked this pull request as ready for review May 26, 2026 11:52
@SuperOfficeDevNet SuperOfficeDevNet added the crmscript Subject matter: CRMScript label May 26, 2026
@github-project-automation github-project-automation Bot moved this to 📥 Ready for review in Content Tasks May 26, 2026
Comment thread docs/en/automation/crmscript/reference/CRMScript.NetServer.NSProjectAgent.yml Outdated
Comment thread docs/en/automation/crmscript/reference/CRMScript.NetServer.NSProjectAgent.yml Outdated
Comment thread docs/en/automation/crmscript/reference/CRMScript.NetServer.NSProjectAgent.yml Outdated
Change version to 11.11

Co-authored-by: digitaldiina <bergfrid@digitaldias.com>
digitaldiina
digitaldiina previously approved these changes May 29, 2026
@digitaldiina
Copy link
Copy Markdown
Collaborator

Build error cause:

The children list says SaveProjectEventEntity WithoutMembers(NSProjectEventEntity) — but the item that was actually added is SaveProjectEntityWithoutMembers(NSProjectEntity) (no "Event").

Two consequences:

  • SaveProjectEventEntityWithoutMembers is referenced in the children list but has no matching item — DocFX tries to resolve it, fails, and when normalizing UIDs to lowercase for comparison, it throws the "to lower case" conflict error.
  • SaveProjectEntityWithoutMembers is defined as an item but is absent from the children list, so it won't appear in the class overview.

, #2964)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@digitaldiina digitaldiina merged commit e594460 into main May 29, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from 📥 Ready for review to ✔ Done in Content Tasks May 29, 2026
@digitaldiina digitaldiina deleted the feature/ty/add_project_operation branch May 29, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

crmscript Subject matter: CRMScript

Projects

Status: ✔ Done

Development

Successfully merging this pull request may close these issues.

3 participants