Questions tagged [pim]

personal information manager

  • find more details in Wikipedia article:
    http://en.wikipedia.org/wiki/Personal_information_manager

    ...a type of application software that functions as a personal organizer... As an information management tool, a PIM tool's purpose is to facilitate the recording, tracking, and management of certain types of "personal information"...

68 questions
1
vote
1 answer

Is it possible to use Azure Graph API to change Notifications in PIM

I'm new to stackoverflow so if you have any feedback please let me know ! I have created a powershell script to set eligible role assignments at ResourceGroups by using the Microsoft (beta) Graph API for PIM. I use invoke-restmethod to call the api…
1
vote
2 answers

how to use PIM lists properly in J2ME?

What is the correct way to check if a PIM string array is supported? can I use: if (MyContactList.isSupportedField(Contact.ADDR)){...} or would I be better to check : if (MyContactList.isSupportedArrayElement(Contact.ADDR, Contact.ADDR_STREET)) or…
Pedro
  • 11
  • 1
1
vote
1 answer

Akeneo 2.1.4 : Why doesn't Akeneo allow you to change the family variant?

When I import new product models into Akeneo and I want to change the family variant, I get the following message: 15:25:11 WARNING [batch] The Pim\Component\Connector\Processor\Denormalization\ProductModelProcessor was unable to handle the…
Giel Berkers
  • 2,852
  • 3
  • 39
  • 58
1
vote
0 answers

Akeneo 2.1.4 : How can I change a products' parent (used product model)

I have the requirement where upon importing I need to be able to change to products' product model. I tried to do this by changing the parent in the CSV file I'm importing, but this will show the following message: WARNING parent: Property…
Giel Berkers
  • 2,852
  • 3
  • 39
  • 58
1
vote
1 answer

Akeneo 2.1.4 : How can I change an attribute type?

I have an attribute of type pim_catalog_number, but I need to change this to pim_catalog_simpleselect. I cannot change this in Akeneo and if I try to overwrite it by importing a new attributes-file I get the notice that I am not allowed to change…
Giel Berkers
  • 2,852
  • 3
  • 39
  • 58
1
vote
1 answer

Akeneo 2.1 : Import / export best practices to set it all up

I'm currently setting up an Akeneo (2.1) instance that needs to communicate with an e-commerce solution. I was wondering what the best practices are when it comes to importing and exporting data. The documentation kind of lacks in this; it tells how…
Giel Berkers
  • 2,852
  • 3
  • 39
  • 58
1
vote
1 answer

PIMCORE: How to use localize field with object bricks

Can it possible to use localize field and objectbricks with combine? for eg. 1) -- localized field -- objectbricks 2) -- objectbricks -- localized field
Bhavik
  • 61
  • 6
1
vote
1 answer

J2ME: Crossplatform getting contacs with PIM

I have to develop solution based on getting data from address book. Those data must be saved into text format. I coded it with Java™ Platform Micro Edition SDK 3.0. public void getAddrBook() throws Exception{ addrStr= new…
lc0
  • 654
  • 4
  • 9
1
vote
1 answer

UDP multicast over the internet with an Android receiver?

I'm essentially trying to take a stream of UDP packets created on my local network, and get an android phone to receive them whether on that network, or cellular data as if it was on the source's local network. I don't have tons of network…
Ribbon
  • 21
  • 4
1
vote
2 answers

Blackberry - How to get Field Labels from PIMItem

How can we get Field Labels from PIMItem. The following code is with PIMList String label = pimList.getAttributeLabel( blackBerryContact.getAttributes(Contact.TEL, i)); But i have PIMItem. There is a method PIMItem.getPIMList() which returns…
Taha
  • 185
  • 2
  • 12
1
vote
1 answer

Not able to fetch mobile numbers in j2me

When I tried to fetch phonebook contacts using: contactInfo.mobileNo = contactItem.getString(Contact.TEL,0); I only get numbers under Phone number entry, and not showing entries under Mobile number. How to fetch Phonebook entry under Mobile number?
mark
  • 503
  • 5
  • 27
1
vote
1 answer

J2ME contacts from phonebook &sim NOT reading in Nokia E5 and E72

My j2me application have the feature of messaging with contacts in phone and as well as on sim.I tested Application and running well on Nokia N70 M and Nokia C2-02 also. But not fetching contacts from Nokia E5 and and E72. Please let me know…
Arpit Kulsreshtha
  • 2,452
  • 2
  • 26
  • 52
1
vote
1 answer

PIM testing in netbeans simulator [J2ME]

I am developing an application that works extremely with user mobile phone book in j2me but because the emulator that I use has not any default phone contacts book I can't debug my application (or just see if the application works or not). I…
CoderInNetwork
  • 2,923
  • 4
  • 22
  • 39
0
votes
1 answer

Blackberry PIM Demo Setting the Alarm/Dialog Box/Reminder

I am using the PIM Demo sample from Blackberry inside my application to add event to the device's calendar. The problem is there is no reminder or any dialog boxes popped up when the event starts. Is there any way to set this manually? Or is there…
ocinisme
  • 301
  • 2
  • 10
0
votes
1 answer

How to get unique UID for contact in J2ME?

How do I get UID for contact which is saved by using PIM in J2ME so that I can use that UID for deleting the contact in future if required?
Niket
  • 1,105
  • 12
  • 15