首页 > 解决方案 > Why aren't all the screen fields available on Contract-based REST web services endpoints

问题描述

I've successfully created C# REST web service code to update a Project record (screen ID: PM301000) - but I've noticed not all the fields on the screen show up in the default endpoint list for Project.

Specifically -

Header: Template, Entity Type

ProjectProperties: Currency Rate Type

Plus, I can't seem to find anything that's in the "Project Address" group. Do these exist somewhere else in the endpoint listings? There just seem to be many groups / fields for the Project screen that aren't in the endpoint listings. What am I missing?

Thanks...

标签: acumatica

解决方案


您将需要扩展端点以添加这些字段:

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

执行这些步骤后,您可以将屏幕上的任何字段添加到端点


推荐阅读