Skip to main content
Answer

Unable to Delete a GENERIC INQUIRY

  • December 22, 2021
  • 4 replies
  • 248 views

I am unable to remove this below generic inquiry. we have created this in earlier version and once we upgraded we are seeing this issue and we don't have any scope to manipulate like export, add, copy and change screen ID.   All we need is to delete this item.

 

 

Best answer by jinin

Hi @ssamboju12 

If we are unable to delete from screen, we can run database script and delete the record.

Can you try the below script?

Delete GIDesign where Name='Centage_Periods’

4 replies

jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • Answer
  • December 22, 2021

Hi @ssamboju12 

If we are unable to delete from screen, we can run database script and delete the record.

Can you try the below script?

Delete GIDesign where Name='Centage_Periods’


vivekm
Varsity II
Forum|alt.badge.img
  • Varsity II
  • December 22, 2021

Hi @ssamboju12 

Can you create a Database script and try with that once.

Open your package, Under Database Script, select script option.

 

You can give some name to script name, Priority and your script as below:

Delete from GIDesign where Name='name_of_GI'

under Name parameter you can give the GI Name that you want to delete

 

Please select below options and publish your package.

 


  • Author
  • Freshman II
  • December 22, 2021

script has been worked well. Cant we have any way from front end to delete this since clients are trying on their own manipulating  GI's and encountering like these issue many.


jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • December 22, 2021

Hi @ssamboju12 

In the latest build version, PX.Objects.GL.finperiod DAC is not loading on the GI. Before its added as “PX.Objects.GL.finperiod” now changed to  “PX.Objects.GL.FinPeriods.TableDefinition/FinPeriod”  I think functionality slightly  changed in new versions. Will review the release note and update you if find anything