Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Business objects formula fields not accesible to edit

Summary:

Hi all, I would appreciate any help with the following.

I am trying to setup a formula field in a BO.

The text for the formula is as following:

=lastNumber_2 = lastNumber+''

if (length(lastNumber_2) == 5) {countryCode+companyCode+(lastNumber+1)} 

else if (length(lastNumber_2) == 4) { countryCode+companyCode+'0'+(lastNumber+1)} 

else if (length(lastNumber_2) == 3) { countryCode+companyCode+'00'+(lastNumber+1)} 

else if (length(lastNumber_2) == 2) { countryCode+companyCode+'000'+(lastNumber+1)} 

else if (length(lastNumber_2) == 1) { countryCode+companyCode+'0000'+(lastNumber+1)}

else { 'NA'}


My issue is that I cannot edit/access the code, as shown:

I cannot find the edit button.

Is it a bug? Am I doing something wrong?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!