Skip to main content
Question

Custom Attributes in entity configuration

  • July 9, 2024
  • 5 replies
  • 246 views

Forum|alt.badge.img+1

Hi,
we created a custom attribute in entity configuration and approved and published the entity.
I can see a new alternate view created with new attribute.
When i am trying to load or insert the data using Migration Job , all other fields data is inserting but not the new field(custom attribute). 
 

any steps am i missing ?

Can anyone help me on this.

Thanks.

5 replies

Forum|alt.badge.img+11
  • Hero (Customer)
  • July 9, 2024

Hi @Kondapalli varun, Please check the method used in the METHOD LIST tab.

Even though the view might be ….._CFV (CUSTOM FIELD VIEW) and the fields are visible, the method should also be ….._CFP and not the core …._API .

This is the functionality adding/updating Custom fields.

 

Hope this helps, I couldn't make it more specific without any examples.


Forum|alt.badge.img+1

Hi @JoDe 
How can i create a view with CFP Type or is there any way to update the existing created view from CFV to CFP.

Thanks.


Forum|alt.badge.img+5
  • Do Gooder (Customer)
  • July 9, 2024

Forum|alt.badge.img+11
  • Hero (Customer)
  • July 9, 2024

Hi @Kondapalli varun, Please see the answer of @TRCDAVMOC, this is documentation I've used in the past as well.

 

Hope this makes it clear (although this specfic documentation is for a excel Migration).


Basuru_Ilesinghe
Sidekick (Employee)
Forum|alt.badge.img+5

Hi @Kondapalli varun - When we publish custom fields to a LU, the system successfully creates the CFV but from the page designer does not pick the customized view sometimes. Hope you checked on it too.