Assignment Group not assigning based on location - servicenow

Hey guys anyone know why this isnt working? Or any workarounds I'm trying to assign the incident assignment groups depending on the users location

Related

Not able to map the data

I have one scenario which I am unable to achieve.
Scenario-
I am having Leads entity in which I have n no of leads. In the leads form I have some fields and one sub grid I have added.
Sub-grid is of the form -
Stakeholder name Role of Stakeholder
x Manager
y Budget owner
.
.
.
Now what is happening in sub-grid we are displaying views and whatever we are adding in the views everything will be displayed there in that sub-grid.
Now my requirement is that I wanted to display only the stakeholders and roles of stakeholder which are related to that particular lead not all the data which are there in views and same with other leads in the lead entity.
I have used sub-grid so that I can achieve that multi-column and multi-row way.
So please can anyone help with this problem like how to achieve this thing?.
Note - I just want to achieve "I wanted to display only the stakeholders and roles of stakeholder which are related to that particular lead not all the data which are there in views and same with other leads in the lead entity" That's it. If we can achieve this without using sub-grid then also its fine its just that we should we able to add multiple columns with multiple values.
Thanks in advance!!
you will have to use below settings in your stakeholder subgrid and it shall work.

Is it possible and how to perform a join like operation which relies on the results of another observer

Sorry but I am very new to RxJS but I am getting the hang of it slowly but one question I just cant seem to get an answer for this could be the way I am wording the question but here goes...
Lets say I have a table called users, this table is keyed via the users unique pushed key (so it unique!). I create a ref to it i.e '/users/' + id, and as expected I get my record for the user which contains a field called 'nurseryId', great just what I wanted!
The problem is and this is where it may be my understanding of RxJS, but I want to use the 'nurseryId' from within the 'users' record but to do this I need to create another ref to the '/nurseries/' + nurseryId table, how can I do this from within the users observable? Is it even possible?
I dont want to combine the two pieces of information and I want to create a route resolver but I need the results from the first fetch before I can start the second fetch???
Many thanks in advance!
You have to subscribe to the 'user' ObjectObservable.
userObject.subscribe(userSnapshot=>{
//query here with userSnapshot.nurseryId as parameter
}

Creating a Search Box/Data - Joomla v1.5.25

I need help on Joomla v1.5.25, I already have it running and everything seems fine.
I wish to add a list of data for example a list of KFC Outlets, and enable a search box so that visitors can just key in the City Name of the KFC outlet that they are looking for and the result will be a list of KFC Outlets matching the City Name keyed in.
Apologize if this question have been asked previously, and I am new to this. Hope someone can shed some light or point me to the proper site for this question.
Thanks
Either you can use some1else's work - I suggest
Check out http://www.kfc.com/storelocator/Default.aspx?address=new%20york
And take the results on that page
This is only good for USA - if you need all countries then you will need to go through all their sites and collect results for all the pages.
or you should:
create a new table in mysql each row should have info about a kfc outlet (address, phone, open hours, etc...)
create a new joomla component or module in which you should have your sql select query to search and then return the list of results.
You can then create a form on any page for searching

Simple Friend System Codeigniter

guys I just want to ask how to make a simple friend system? I already make a table for the friend list and request and i can already add friend but my problem is there is only one account i can add. How could i solve it? If somebody knows please tell me.
Surely you just need a table of users and then a join table called something like users_to_friends where you store the user_id and the user_id of their friend

magento adding a product

Hai
In my magneto project, When I add a product some times it shows part number fields, some times it not shown, What is this?? I want to give part number in my entire product, what can I do to show the part number permanently
Thanks in advance
I think the only way that can happen is if you have created different attribute sets, and you aren't assigning every product the same attribute set.
You may have created a new set that has the part number field, and sometimes when you create a new product, you select the new attribute set, and other times perhaps you are leaving it on the default attribute set which doesn't have the part number field.
Dont worry dont forgent to see the reffernce:
http://targetphp.coolpage.biz/index.php/more-about-magento/50-how-to-add-new-product-in-magento-.html

Resources