Questions tagged [user-defined-fields]
22 questions
0
votes
1 answer
Acumatica retrieve boolean User Field from Customer
I want to fill automatically a checkbox in SOOrder screen. The value of the checkbox is stored in Customer/BAccountExt.
I don't know how to fill this checkbox after having chosen the customer in SOOrder screen.
The code I tried below works with…

Lionel PARIS
- 11
- 2
0
votes
0 answers
CodeIgniter4 User Defined Data Fields
For all intents and purposes I'm writing a CRM of sorts. I want to include the ability for my client accounts to define custom fields on their records. Has anybody got recommendations on an elegant, flexible solution to store that sort of thing in…

Chris Tucker
- 1
- 2
0
votes
1 answer
SAP Link User-Defined Field to normal SAPB1 table field
In SAP we can add link from User-Defined field to User Defined Table? Is it possible to link UDF to normal SAP Table, for example, to Business Partner Table?
I need kind of foreign key from my UDF to SAP table (added with DI API or manually)

Stasy Concelgoger
- 696
- 1
- 5
- 10
0
votes
1 answer
Create User Defined Contact Field in Outlook using VBA
I am trying to write an outlook Macro that will create a new field on all Contacts and then populate that field based on another already existing field. Here's what I have so far. It doesn't seem to create anything.
Sub ChangeField()
Dim…

KSwol
- 3
- 2
0
votes
1 answer
Set custom value when item moved to folder in outlook
I'm looking to set a Date on a field anytime an email is moved into a specific folder.
the field is custom called "Completed Date".
Could I get a little help on VBA code to set a custom field (date) when an item is moved into a folder (folder name…

user2856874
- 1
- 2
0
votes
1 answer
User Defined Fields with NHibernate
I need to add a user defined fields feature to an asp.net c# application that uses NHibernate.
The user must be able to add and remove fields from several objects in the system "on the fly", preferably without any system downtime.
One important…

Nir
- 29,306
- 10
- 67
- 103
-1
votes
0 answers
Make User defined field conditionally required by Branch in Acumatica
I am new Acumatica development. I added a user defined field in Acumatica. I want to make the field required based on the branch.
Please can you assist?
I have seen a few articles on making a field conditionally required, but I cannot find or edit…

Luuuu
- 1