cancel
Showing results for 
Search instead for 
Did you mean: 

Fixed Asset Link Navigation

fceylan_hs
Participant
0 Kudos

I need to navige from Products> By Services to Fixed Asset screen. Followed this blog step by step; https://blogs.sap.com/2019/11/29/link-to-ti-screen-of-another-bo-from-standard-owl-screen/

but when I click the id for navigation Fixed Asset screen opening with empty fields.

Also in console shows errors like below;

from sdk I checked element's value, it seems id value binded but don't know if it's the correct value. Despite I've manually bind the id but it's still redirecting to empty screen.

ThiagoSarmento
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi vishalakshmi.namuduri,

Thanks for your answer and willingness to help, but the problem being faced is on SAP Business ByDesign and SAP Cloud Applications Studio, not SAP Business One.

View Entire Topic
vishalakshmi
Contributor
0 Kudos

Hello Fatih,

As you are trying to have new fields I would suggest going to the UI field extensibility and selecting the Tiles associated with the Fixed asset and in the fields select extension fields and based on the field type select the appropriate one and add the field label, save, and extend it. then select further usage, select enterprise search and add the extensibility to the applicable areas.

please refer to the below link for configuration:

https://www.youtube.com/watch?v=JZv0Vemh-Uw&pp=ygUjYWRkIGZpZWxkIGJ1c2luZXNzIGJ5IGRlc2lnbiBpbiBzYXA%3...

Thanks,

Lakshmi.

fceylan_hs
Participant
0 Kudos

Hello Lakshmi,

I've finally found the solution. I thought I should use FixedAssetID as data type but I should've used UUID data type for defining element.

After that I managed to navigate correct screen.

Thanks for your effort,

Best Regards.