Skip to main content
Solved

CF is not displayed in SQL view

  • October 30, 2024
  • 11 replies
  • 163 views

Forum|alt.badge.img+9
  • Sidekick (Customer)
  • 172 replies

Hello,

 

I created Custom Field in this entity, but when I open my SQL view, it is not there, what should I do?

Should I switch on toggle List Of Values for this CF, or there is other option?

Thanks 

 

 

Best answer by Marcel.Ausan

@Ed22 can you paste your SQL query here?

I think you are executing more than select * from IFSAPP.SALES_PRICE_LIST_PART_CFV if you are getting the invalid identifier error.

11 replies

Forum|alt.badge.img+10
  • Hero (Customer)
  • 102 replies
  • October 30, 2024

Hi @Ed22 ,

 

Please tray to add “_CFV” after your view.

 

For example: Customer_order_cfv.

 

CFV means custom field view.

 

Hope it helps

Ozgun Bal


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 172 replies
  • October 30, 2024

I created Custom Field CF_AAA_CISLO, but I had this error: 

 


Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1298 replies
  • October 30, 2024

@Ed22 if you added the Custom Attribute in the Sales Price List entity, then you should run the below query. Are you getting the CF?

select * from IFSAPP.SALES_PRICE_LIST_CFV

 


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 172 replies
  • October 30, 2024

it says table or view does not exist


Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1298 replies
  • October 30, 2024

@Ed22 is this the 1st CF created in the SalesPricelIst entity? Did you Publish the entity configuration?

Can you provide a screenshot of the SalesPriceList entity configuration please?


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 172 replies
  • October 30, 2024

I added this CF in entity SalesPriceListPart, should I add to the SalesPriceList? 

 

 


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 172 replies
  • October 30, 2024

 


Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1298 replies
  • October 30, 2024

@Ed22 OK, got it now. You need to query the IFSAPP.SALES_PRICE_LIST_PART_CFV view then.


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 172 replies
  • October 30, 2024

I have still error which is in picture 1: ORA00904 CF$_AAA_CISLO: invalid identifier


Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1298 replies
  • Answer
  • October 30, 2024

@Ed22 can you paste your SQL query here?

I think you are executing more than select * from IFSAPP.SALES_PRICE_LIST_PART_CFV if you are getting the invalid identifier error.


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 172 replies
  • October 31, 2024

Thank you, I solved this. Problem wasnt in this CF problem was in another CF, I removed wrong CF and it works.