cancel
Showing results for 
Search instead for 
Did you mean: 

C4C , Cloud Applications Studio Language error.

Former Member
0 Kudos

I´m creating an extended Business Object for C4C ServiceRequest(Ticket)

import AP.Common.GDT;
import AP.CRM.Global;


[Extension] businessobject AP.CRM.Global:ServiceRequest {
 
        // You must activate this business object before you can access the extension fields
        // or messages in script files, forms, and screens.


		node Item {
			element Ext_Sistemas:LANGUAGEINDEPENDENT_EXTENDED_Text;
   			element Ext_SistemasLista:LANGUAGEINDEPENDENT_EXTENDED_Text;


   		} 
    
   		node ServiceReferenceObject {
   	    } 
}

When i try to save the .xbo i recieve the following error, thatmentions language problems.

It says that the information was only saved in its original language "ES" (spanish) , after that it says operation could not be completed, thus im not able to see this fields. In the Embedded Component UI , that i´m pretending to design.

How could i use these fields in any languaje , or how do i get rid of this error?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

jravnik
Participant

Hello Cesar,

this error occurs, when the user you are using to log into the Studio has logged into the web UI with a different language than English (in your case Spanish).

Therefore items will have inconsistencies in the backend and this error pops up - since the Studio now also thinks you are logged in with Spanish.

To solve this, log out in the Studio, log in on the web UI with the development user and use English. Then log into the Studio again.

It is not recommended to use any different language than English on the web UI with the development user. If you need to debug, either use English or another user without the work center "Partner Development".

Best regards
Jürgen

.

rabbani1234
Participant
0 Kudos

Hi Cesar Omar Cisneros Melgoza,

Please Replace the Datatype :LANGUAGEINDEPENDENT_EXTENDED_Text; to LongText;

Regards

Patan Rabbani