cancel
Showing results for 
Search instead for 
Did you mean: 

Null value

Former Member
0 Kudos

Hi,

Actually I am facing Problem regarding my current object. When this line of code runs

current = collectio_wrapper->get_current(). of my defined ATTRIBUTE, it shows null so my field property does not get set. So i am not able to save it..

What can be the issue like.................!

Could you please help me out.............!

Harkesh Dang

Accepted Solutions (0)

Answers (2)

Answers (2)

BGarcia
Active Contributor
0 Kudos

Hello Harkesh,

Ok..I think that I've understood the question.

Can you tell me in what part of the model you're working on? For example, it is partner information or order information (or if it helps, can you tell me the view/classes you're working on)

Have you created the respective GET and SET methods to manipulate your new attribute in the BOL Model?

Kind regards.

Bruno

Former Member
0 Kudos

Hi Bruno,

Actually I am working on Component BP_DATA and View is AccountBankAccountsEF. Actually I am appending Currency Field in this View and Input Field is Showing Properly but Data is not getting Set in CURRENT->SET_PROPERTY( ) Method.

I have also updated BuilBankAccount Structure of that view.

I have made BOL Entity through EEWB and all tables have been made properly.

But data is not getting Set through above method so that its not getting the value from GET_ATTRIBUTENAME and getting save in database.

I hope you will respond me asap to get me out from this issue...................!

Thanx in advance...............!

Harkesh Dang.

BGarcia
Active Contributor
0 Kudos

Hello Harkesh,

I was checking inside my IC Webclient BSP in version 4, but unfortunally I didn't find that view (my version is a little old )

But can you check this:

- Normally, a controller class was a reference to an attribute pointing to a model context, called typed_context. That class, was attributes that points out to positions in the BOL model. One of those attributes, must be directed to a class that reads the information from the BuilBankAccount Structure. Can you check if that class has the GET and SET methods to update/read you new attribute of structure BuilBankAccount?

- If it doesn't work, how are you binding this attribute in the view?

Kind regards.

Bruno

Former Member
0 Kudos

Hi,

I need to Update a New Field in BANK Details View in CRM WEB UI. I am doing an Enhancement through EEWB. Can anyone suggest me which Business Object should i have to take. Because if i am taking BUPA then the value gets added to BUT000 table as INCLUDE.

I need to Update BUT0BK table so that i can use this in GUI also.......

How BUT0BK table get updated with which Business Object.

its an urgent..............!

Thanks & Best Regards,

Harkesh Dang

BGarcia
Active Contributor
0 Kudos

Hello Harkesh,

That means that your entities collection may be empty.

You can confirm this by running your code in debug mode, or by using the SIZE method to get the number of entities that exists in that collection.

Is this collection a standard collection of IC Webclient BOL Model?

Kind regards.

Bruno

Former Member
0 Kudos

Hi,

Actually My values are visible at Screen. But the issue is, property of fields are not setting. Means when i enter the data in Fields it does not stay in attributes and disappears(after any of event) and not get saved.

I am not getting from where i am missing the track.

Could you please help me out for this issue...........!

Harkesh Dang