User fields

Asked

Viewed 92 times

0

I’m developing a project using the V9 spring engines.

For this project I need certain user fields.

I know how to create them through the Administrator, but what I want is for them to be created automatically by my system.

So my question is:

It is possible to create user fields via engines?

Thank you.

  • Hello Peter, welcome to stackoverflow. I recommend that you remove the question and place it on the internal forum on https://developers.primaverabss.com/forum/. To use stackoverflow I recommend reading https://answall.com/help, or https://developers.primaverabscom/faqs/? faq_filter=216 For the internal PRIMAVERA forum https://developers.primaverabss.com/faqs/? faq_filter=217.

  • To help. It is not possible to create user fields from the API.

  • 1

    Thank you Sergio. It was what I suspected, but I wanted to be sure, because I’m not very supportive of Inserts in the tables having an API.

1 answer

1


Sérgio Sereno has already answered your question (no API). But you can do it by SQL, creating the fields (CDU_) and tables (TDU_) normally and then you have to record theCDU_ fields in the "Stdcamposvar" table and record theTDU_ tables in the "Stdtabelasvar" table".

Browser other questions tagged

You are not signed in. Login or sign up in order to post.