How to add a new Position Status for Position Data in PeopleSoft - peoplesoft

Hi PeopleSoft Gurus: I need help adding another position status indicator in Position Management. Does anyone know how to add to the drop-down as noted here: https://monosnap.com/file/eRIbbVq4Wvqwn7acb7w8qsTYk07CpH# .
Right now, the options are:
Approved
Frozen
Proposed
Another One <--- Currently not listed, would like to add another
I'm thinking it's managed in the translation tables but I can't find it there. What am I missing?
Thanks in advance!

What you want to do is to add a new translate value to the POSN_STATUS field.
You can do this under the following navigation: Main Menu > PeopleTools > Utilities > Administration > Translate Values and search there for the field POSN_STATUS.
See screenshot:

Related

Opencart 3.0.2.0 Custum Layout

Good afternoon
Is there anyone who can help me.
I have been trying for a while, but i do not get it done.
I use OpenCart 3.0.2.0 and would like a different kind of Layout.
I would like to select per banner whether it is left, center or right.
As soon as I choose left or right, this applies to the entire page.
Here is a layout I want:
This is what I want.
Can anybody help me with the code? And with file to edit.
I can guide you to a HTML/CSS/LESS code I have built and you can take an example from that should you wish.
I used lesscss.org, and the npm package less-watch-compiler.
https://github.com/mabbashm110/Sprint-Challenge--Responsive-Less
Also check this video out on how to create a custom theme on Open cart: https://www.youtube.com/watch?v=mqTstomXZiM
Let me know if you need help understanding it.
I think You have to modify controller and pass data to twig.
after modify twig file code according to your need.

Deleting demo rows in a 2sxc list (2sxc 8.5.6)

If a blank demo row (denoted as (0)), gets created in a list by mistake you are able to see it in the 'Manage content-item lists' window, but they have no edit icon or any way to delete them. Is there another way to get rid of these extra unwanted items? they also don't show in the admin area.
Thanks!
The reason you don't see it is because it doesn't really exist yet. It's just a slot / placeholder. So there is no item.
Basically you should only have this in situations where you have list-enabled, hit the round (+) for add another placeholder-item. I believe the (-) is missing on the first item, because that could cause side-effects.
There is a way to go into advanced admin to remove it, but it's hard as this is not a normal thing to do - when you have a list, you usually want to add content.
Since you have not added any data yet, I would simply remove the module and add another one - that's easier than going the advanced admin.

Can't edit drupal block

I'm trying to add this block but can't see the content...
I have try to change the input type from filtered html to full and to php but still can't see the content to edit it...
Thank you
See image
Answer to the original question
From the limited details you provided, it "appears" to me that what you are trying to say is something like this: "I want to edit the content of some block, but the block is not shown anywhere (and therefor I cannot edit it either)".
If I'm correctly interpreting your problem, then I'm about sure that you should navigate to admin/structure/block within your site. Then select the TAB (near the top) that corresponds to the Drupal "theme" that you are using. Probably the very first tab to the left is what you need to be looking at. Scroll down to the bottom of that page, towards the set of blocks below "Disabled". There you should then see the block listed that you are looking for. Edit the selection list to the right of it, and select a "region" like left column, 1st column, or whatever other region you want (just NOT disabled). And hit the "save" button near the bottom of that list. Then verify if the block starts to show up.
If this is NOT what you are looking for, then consider editing your question to better explain what your problem really is.
Answer to the extra comment
The comment added to this answer seems to be a completely different question. This is what the coment looks like (slightly reformatted to enhance readability):
... I have a views that shows one post per category at citybet.gr and need to remove the 2 last ones (Μπόμπες and Γκολ - Γκολ). This views is showing like a block but when I tried to edit this block I can't see the content to edit. I just can't find a way to remove the 2 last categories.
Some things to address this:
this "block" (as you call it) is shown because you probably have nothing specified within "Site Information" (within configuration) as the relative path of your homepage. So therefor you use the default, which is relative path "Node", and which shows a list of "teasers" of nodes that have been marked as "promoted to the frontpage".
if you do not want to include any of these teasers of specific nodes (like the 2 nodes you mentioned with Μπόμπες and Γκολ - Γκολ), then for each of these nodes you have to edit them and uncheck the flag that says "promoted" to frontpage. After you do so, those 2 specific nodes will no longer be shown in the list of teasers of nodes promoted to the front page.
Curious to hear if this somehow helps ...
PS: the layout of that ticker-bar near the top of your page is way to long (at the right), and causes a terrible display of your entire site on (at least) my mobile device ... you may want to work on that as well ...

How to display the webform on the Home page?d

Currently I'm using the md construction 7.x-1.6 theme and I want a form on the right hand side in the limit space of this theme. What I need here is "WebForm" on the right side.
How can I proceed for this? How can I put anything anywhere in my drupal site? Which type of module is required for this?
Go to structure > blocks > and you can configure your blocks in the regions you like. I haven't used the theme you mentioned, but I think it must have the region right side-bar.
ok you can download a module called view and then create a view as place as your need.

showing comments on a separate tab

Is it possible to put comments on a separate tab when viewing the node?how?
You can easily create a page view that shows the comments and set the menu path to be a Local Task of the node
in the menu path you would put something like node/%/comments
I use Talk module.i thing is better!
There has been some discussion in the Quick Tabs module issue queue about adding the ability to put comments on a separate tab. Apparently the module doesn't yet support it, but someone posted a small modification (ie, hack) to the module that supposedly gets it working.
I think you can use QUICKTAB module.It will be good for putting comments on the web page.
You can create 3 to 4 tabs and there is a list of options for the appearance of the tab.In order to link the comments first you have to create a block for each comments and assign the block to this tab.

Resources