SuperOfficeDocs / feedback

Contains feedback issues created by the community. Feedback issues are created by readers who click the feedback button on content pages in the docs.superoffice.com website.
MIT License
2 stars 0 forks source link

TaskType Enum is missing actual integers used by the list #194

Closed marcuss-so closed 3 months ago

marcuss-so commented 3 months ago

What is the current behavior?

(https://docs.superoffice.com/en/automation/crmscript/reference/CRMScript.NetServer.TaskType.html)

The enum list is missing the actual integers for the list.

Also, this part of docs doesn't seem to have a feedback-button or Git-button, which would have been nice.

What changes are you suggesting?

I wold like the integer-number for the items in the enum list to be added to the docs.

Best Regards Marcus

digitaldiina commented 3 months ago

Thanks for the feedback @marcuss-so. Adding the Feedback/Git button to API references is on our list.

We currently do not list integer values for any of the CRMScript enums, as far as I can tell. This reference is manually maintained at the moment, and it is unlikely that we add a value column before we automate NetServer types for CRMScript (see issue https://github.com/SuperOfficeDocs/superoffice-docs/issues/203).

However, you can find the integer values in the database reference.

We also have a sample CRMScript you can run to list task types (using SearchEngine).