cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MDG Flex Mode - Handler class for Custom Objects

Former Member
0 Likes
3,765

Hi SCN,

I have created a custom Data Model (Flex Mode) and did the complete set-up of the UI and process.

In the GET_DATA method of a feeder class behind one of my UIBB I'm clearing the value of an inputfield based on certain conditions.

When leaving the GET_DATA method the value of the inputfield is cleared which is good, however in the MDG table the old value from before the clear has been saved.

When a value is not correctly saved to the database in MDG BP you can take a look in the handler class mappings 2API, however I can't seem to find a handler class for Cusom Objects.

Is there something similar to a handler class for custom objects where I can investiate why the data is not correctly persisted?

Thank you in advance for your response.

Kind regards,

Niels De Greef

View Entire Topic
shaila_kasha
Contributor
0 Likes

Hi,

i am facing a similar issue, I am not able to update data on the UI for the custom entity after entering only once. the get_data is not getting the updated data and also my 2API method in the handler class also has the old data.

the data always gets refreshed back to the one i entered first on the list UIBB which is a type 4 custom entity for BP data model with RE-USE option.

Thank you.