What Strategies are there for updating a table when you're using a multi-table view to display it.

I'm using a view and am able to create a grid that allows editing of one of the columns. Let's call the table where the column is updated "DepartmentFeeDetail." The view has several joins but up till now the column was editable.
Today I needed to join DepartmentFeeDetail with itself to pick up the debit side of a debit/credit pair. I want to show the gl account number for both
the debit and credit on the same row. I also need to update the value for both debit and credit.
I can no longer edit the column to no surprise. When updating using MSSQLMS I get the following error:
View or function 'MyTestView' is not updatable because the modification affects multiple base tables.
What should my strategy be in lightswitch? The grid is populated by a query that includes my lynq expressions in DepartmentFeeRateQuery_PreprocessQuery. The query may return 1000+ rows. I need to allow the accountant to edit either a single row's column
or enter a value in a field outside the grid and click a button "Apply fee rate to entire page."
All this was working fine until the requirement to show the debit side gl account number and to change the debit side value somehow.
I've tried adding a property to DepartmentFeeDetail but the "Is Computed" property wouldn't allow me to uncheck it. Is there a way to add an editable property for each grid row and initialize it to the
current value of the column returned by the view? I could then update a collection when one of the fields changes. If they change the global value and press "Apply fee rate to entire page"
I can update the collection as well.
Scott Mitchell

What I do is instead of using a View I use a updatable
WCF RIA Service.
This is an example of an updateable method:
public void UpdateQuestionDetailForUser(QuestionDetailForUser objQuestionDetailForUser)
// Get the current user
string strCurrentUserName = System.Web.HttpContext.Current.User.Identity.Name;
// We are under Forms Authentication so if user is blank then we
// are debugging and we are TestUser
if (strCurrentUserName == "")
strCurrentUserName = "TestUser";
// Check for an existing Answer for this Question for this User
var objSurveyAnswer = (from SurveyAnswers in this.Context.SurveyAnswers
where SurveyAnswers.SurveyQuestion.Id == objQuestionDetailForUser.QuestionId
where SurveyAnswers.UserName == strCurrentUserName
select SurveyAnswers).FirstOrDefault();
if (objSurveyAnswer != null)
try // This is an update ****
// Set values
objSurveyAnswer.Choice = Convert.ToInt32(objQuestionDetailForUser.SelectedChoice);
objSurveyAnswer.Comment = objQuestionDetailForUser.Comments;
// Update LightSwitch Database
this.Context.SaveChanges(
System.Data.Objects.SaveOptions.DetectChangesBeforeSave);
catch (Exception ex)
throw new Exception("Error inserting QuestionId " + objQuestionDetailForUser.QuestionId, ex);
else // This is an Insert ****
// Query the GetAllQuestionsForUser method because it calculates if a Question
// is Active or not for the QuestionId being inserted
// If it is not in the collection, do not allow the insert
var objUserQuestion = (from QuestionForUser in this.GetAllQuestionsForUser()
where QuestionForUser.UserName == strCurrentUserName
where QuestionForUser.QuestionId == objQuestionDetailForUser.QuestionId
select QuestionForUser).FirstOrDefault();
if (objUserQuestion != null)
try
// Get the Survey Question
var objSurveyQuestion = (from SurveyQuestions in this.Context.SurveyQuestions
where SurveyQuestions.Id == objQuestionDetailForUser.QuestionId
select SurveyQuestions).FirstOrDefault();
// Create a SurveyAnswer object
SurveyAnswer objNewSurveyAnswer = this.Context.CreateObject<SurveyAnswer>();
// Set values
objNewSurveyAnswer.UserName = strCurrentUserName;
objNewSurveyAnswer.Choice = Convert.ToInt32(objQuestionDetailForUser.SelectedChoice);
objNewSurveyAnswer.Comment = objQuestionDetailForUser.Comments;
objNewSurveyAnswer.SurveyQuestion = objSurveyQuestion;
// Update LightSwitch Database
this.Context.SurveyAnswers.AddObject(objNewSurveyAnswer);
this.Context.SaveChanges(
System.Data.Objects.SaveOptions.DetectChangesBeforeSave);
catch (Exception ex)
throw new Exception("Error inserting QuestionId " + objQuestionDetailForUser.QuestionId, ex);
else
throw new Exception("Error inserting Answer. Answer is not marked Active.");
Unleash the Power - Get the LightSwitch 2013 HTML Client / SharePoint 2013 book
http://LightSwitchHelpWebsite.com

Similar Messages

  • What solutions are there for Adobe Cloud subscribers/designers who are using/have been using Adobe s

    What solutions are there for Adobe Cloud subscribers/designers who are using/have been using Adobe software but have run into system requirement inadequacies etc. . . Basically, I have a new mac and CS6 runs fine. But my old macbook can only run CS5.5. Because I'm a subscriber my Adobe CS5.5  updated automatically. What happens when one day a year or two from now (or sooner) my MAC won't support the latest version of my CS subscription? Is there a way for cloud subscribers to subscribe to a legacy or an older version of CS?

    Hi Wildeboer420,
    Its my understanding that previous versions will still be acessible for users going forward, I copied the following from the FAQ
    I am a Creative Cloud member using the CS6 applications included in my membership. Will I lose access to CS6 when CS7 becomes available in Creative Cloud?
    No, if you have downloaded and installed the CS6 versions of the applications, you will continue to have access to them without interruption as long as your membership remains active. When the CS7 versions become available, you will have up to a year to download and install them and they will run on your machine along with CS6 versions.
    Hope that helps,
    -Dave

  • Are there any other flash players that you can use on Safari other than Adobe

    Are there any other flash players that you can use on Safari other than Adobe?

    Not as far as I am aware.
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS The latest version, 10.2.152.25 or later, is for Intel Macs only, as Adobe no longer support the PPC platform. Note that the latest Flash Player update only works on YouTube with Safari in 32 bit mode - until YouTube correct this.

  • What workarounds are there for OS X 10.3.9 users on websites with flash?..

    What workarounds, kludges are there for users of OS X 10.3.9 encountering websites with the new version of flash?... what alternate ways are there to get the content?

    What version of Flash do you have installed? The last version for 10.3 was version 9. If you don't have it, download from http://www.versiontracker.com/dyn/moreinfo/macosx/10752710
    The only other option is to upgrade to Tiger 10.4 and use version 10.
     Cheers, Tom

  • What is the risk for my Active Directory when you make a magic triangle ?

    Hi hello
    I want know that because, i need installed a lion server in my company, in the production server.
    Now i have make a magic triangle in my labo, i don't have noted a problem with my AD.
    1 ) What's risk for my AD when i make a magic triangle ?
    2 ) The Director Administrator ( diradmin )  of Open direcory need rights in the Active Directory for manage Mac os x client ? if yes what's rights ?
    3 ) Can confirm me that ==>>> When i want manage users Macs, i need create a local group in the open directory " MacUsers" , and in this group i add users from the "AD" is that ??  i want to be sure what i do ....
    4 )  for the account computer Mac in registred in my AD, what's i can do ?  
    5 ) For the MCX, i appply the preference in the Users or Computer ?
    Thanks you for your help

    Hi
    Q3 - You create a shared directory (the LDAP node) when you promote the Server to an Open Directory Master Role. Judging by what you're saying you've already done this. The Users and/or Groups you're creating after promotion will be in the shared directory (the LDAP node). You can tell which node Users and/or Groups are in by simply looking at them in the Server App. If they have a small blue globe icon on their right shoulder they will be in the LDAP node. If they don't they will be local users and not in the shared directory (the LDAP node).
    To view them in WorkGroup Manager, launch the application and authenticate using the Directory Administrator account. Above the main interface window you should see a small blue globe. The shared directory will be listed by the side of this icon as: Viewing Directory:  /LDAPv3/127.0.0.1 etc.
    Q5 - MCX (Managed Cleint X) is Apple's equivalent to GPOs (Global Policy Objects). If you're familiar with Active Directory you'll know what this means.
    Deprecation means "not using anymore". In other words you should not be using WorkGroup Manager to apply mac-style GPOs. You should be using Profile Manager instead. Profile Manager is the 'new' way to apply mac-style GPOs.
    Profile Manager is part of Lion Server. It's also known as the MDM Server (Mobile Device Management Server).
    It's up to you to decide what is good for your environment and needs. In some situations I'll use both and possibly augment them with Apple Configurator and Apple Remote Desktop. Then again in other sitations I'll use other numerous 3rd-Party tools available.
    HTH?
    Tony

  • Newbie: Drums. What options are there for drums?

    Hi there,
    I'm having fun with Logic Express. I can play most instruments I need, but not drums. I've never played drums.
    I don't have much money to spend of it.
    Searching through previous threads, I found references to the following drum loop companies:
    Drums on Demand:
    http://www.drumsondemand.com/
    BetaMonkey:
    http://www.betamonkeymusic.com/
    Drums from H*ll (Hehee, the forum edited that word!):
    http://www.drumsfromhell.com/homeofdrumloops.html
    I already purchased Apple's Jam Pack Rhythm Section. I was a somewhat disappointed in it, because it contains a little bit for everyone, and one or two loops for every style in the world, but not much of what I want.
    I guess I want more slow-tempo rock. But not necessarily "soft rock". I like things to rise and fall in volume in a dramatic way, but not stay soft like a ballad, nor head-banging fast.
    I haven't listened to Drums On Demand, but I'm a bit afraid their "soft" disk might be full of soft dreary ballads, and their "heavy" disk might be full of really fast head-banging stuff.
    Maybe I'll still go with something like Drums On Demand. But the problem with loop disks seems to be that you will buy many loops that you will never use. And maybe, hopefully, find a few that are good. Pity they're not previewable online, and downloadable online.
    What about MIDI loops? Is it possible to purchase MIDI loops and then just apply them to a standard drum kit in Logic Express?
    I figured a MIDI file would be more editable. I could use an existing beat, and then add some extra drum or cymbal smashes to make it fit my music better.
    Or should I just learn to make my own MIDI loops? I have a good sense of rhythm for other instruments. Would it be possible to apply this to drums easily, and play them on a keyboard? Having not played real drums, I am afraid I would not know how to get the feel of a real kit.
    Thanks for your info.
    G5 2x2GHz Mac OS X (10.4.8)
    G5 2x2GHz Mac OS X (10.4.8)
    G5 2x2GHz   Mac OS X (10.4.8)  

    Tofu Mouse, if you ever do consider the more expensive options, take a good and hard and long look at EZdrummer. My band is using it to avoid having to pay for studio time every time we want to record drum tracks (we record the rest of our instruments + my vocals in our own studio, with very good results, but we don't have the equipment to record our own drums), and even without our drummer present, we are able to lay down our drum parts quickly.
    I should mention that the drum arrangements our drummer composes and plays are extremely advanced (he is a schooled jazz, rock and metal drummer, so he is both very technical and very varied in his playing), but thanks to EZdrummer and Logic's brilliant hyper editor, we can usually replicate him even if he isn't present just by listening to low quality live recordings of him playing the actual songs. So far, the only people who have been able to hear that our drums are digital, are the ones who know that our own drumset could never yield so good sound quality as the EZdrummer samples do (The "Human Playing" button in EZdrummer is everyone's friend, ensuring that the drum beats never sound to artificial or perfect)
    And this is probably one of the most advanced ways to use of EZdrummer. If all you want to do is lay down drum parts for home-written material, the included drum loops and the hyper editor will make that extremely easy for you.
    Good luck, whatever peculiar drum tool you end up with

  • What benefits are there to joining a Windows domain?

    My company has one mac user with a Macbook Air, we have a Windows 2008 r2 domain.
    I'm wondering if it is worth joining him to the domain, what benefits are there for a mac user?
    We use Exchange 2007 and change our passwords every 90 days.
    One concern is when the user is out of the office the cached password can become out of sync with the domain passowrd.
    This is an anoyance and can be confusing.
    Any advice would be much appriciated.
    Thanks.

    Greetings.
    I am a 1 of 2 Mac users in a company that otherwise is using Windoz. I do not join the domain though, because I really see no reason to. I can get to the printers, to the web, to the Exchange and to the SharePoint. Though mostly I need SVN and cloud services anyway.
    Thus no real reason. Unless there is some specific stuff that is setup on the network that is only available to windows machines authenticated with a certificate and joined to the windows domain, like for instance a split tunnel VPN or something along those lines, there is really no need to be "on the domain" connected to the LAN works just fine if not better.
    HOWEVER
    There is that annoying bit about the passwords.
    Some sysadmins like to setup password expiration, thus forcing us mortals to rotate three (almost identical) passwords every three months. In this case you just need to setup a reminder on your calendar that prompts you a week in advance to change your password.
    How to change your password? You have options:
    OPTION 1
    Now. If your Mac has OS pre Lion (no higher then 10.6) then you have old samba installed by default and that comes with "smbpasswd" command. To change the password just open the mighty mac terminal and type:
    smbpasswd -r YOUR_WINDOWS_DOMAIN_CONTROLLER_IP -U username
    Then the output will be something like this:
    Old SMB password: ********
    New SMB password: *********
    Retype new SMB password: *********
    Password changed for user username
    Of cause replace the YOUR_WINDOWS_DOMAIN_CONTROLLER_IP with the IP of your domain controller. Do not know your domain controller IP? run Google "net lookup master" command. I think older macs have it. (not sure)
    if you are running Lion, you do not have smbpasswd command. I think Apple either wrote their implimentation of samba or just use some stripped down wersion of it, not sure. It has to do with some dreary and borring licensing thing.
    You can either install samba yourself form sources... Thus if you are brave and adventurous here is a walk through http://forums.sonos.com/showthread.php?t=24022 or you can use optopn two:
    OPTION 2
    If your company has not gone to the cloud hosting and still use the old-school home grown Exchange hosted in the broom closet, you might have a web version of the M$ Exchange running. The URLs usually something like: https://owa.yourcompanyname.com. If you have that then the sysadmins may have the password change feature enabled there. Login to your web interface for Outlook (OWA), In the top right corner choose the "Change Password" feature and use it.
    If this is not an option because either your sysadmin is not running OWA or the password change feature is not enabled you have still have options.
    OPTION 3:
    If you are working for a company that loves Windows and their products you might have an M$ Office installed on your Mac. Thus you might have Remote Desktop Connection (RDC) utility. If not you can download it here: http://www.microsoft.com/mac/remote-desktop-client. Then remote desktop to a machine in your office and you will get to it's login screen where you can change the windows domain password. (This requires a machine to which you can remote desktop)
    OPTION 4:
    Walk up to any Windowz box that no one is using, CTRL + ALT + DEL one time and this will give you the login screen, you can change password form there.
    OPTION 5:
    Ask your sysadmin to setup your password to never expire, or add the policy for your user so that you can change it in OWA (see option 2)

  • Are there new updates for camera raw for Lightroom 4, or only for Lightroom 5, as in 5.3 ?

    Are there new updates for camera raw for Lightroom 4, or only for Lightroom 5, as in 5.3 ?

    There will be no further camera support updates for Lightroom 4 beyond what is already listed in this table.
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    Only current versions of Lightroom (currently Lightroom 5.3) will have further camera support added.
    If you need to work with Raw files from new cameras you'll either have to upgrade to Lightroom 5 or join the Photoshop Photography Program (to get PC CC + LR5 + extras) or convert to DNG using Adobe's free DNG converter.

  • How can we identify what are all user exits are there for sales orders,deli

    Dear All,
    How can we identify what are all user exits are there for sales orders,deliverys and invoices
    thanks
    nitchel v

    Hi Nitchel
    There are many ways to find out the user exits..
    For example for VA01.
    Goto Transaction ie VA01:
    goto System-- Status
    doubleclick on the program name ie SAPMV45A
    SE38 -> Enter the program name and in the program( SAPMV45A) goto -- attributes
    get the package name from here ie VA
    note the package(VA) and get back to main screen
    goto SMOD tcode  and click on find button in the package spec giv the package name ie VA and execute it
    you will find list of exits available
    check out the exit that suits ur requirement
    goto cmod and create a new project and implement in that user exit.
    You will get the following exits in SMOD..
    SDTRM001  Reschedule schedule lines without a new ATP check
    V45A0001  Determine alternative materials for product selection
    V45A0002  Predefine sold-to party in sales document
    V45A0003  Collector for customer function modulpool MV45A
    V45A0004  Copy packing proposal
    V45E0001  Update the purchase order from the sales order
    V45E0002  Data transfer in procurement elements (PRreq., assembly
    V45L0001  SD component supplier processing (customer enhancements
    V45P0001  SD customer function for cross-company code sales
    V45S0001  Update sales document from configuration
    V45S0003  MRP-relevance for incomplete configuration
    V45S0004  Effectivity type in sales order
    V45W0001  SD Service Management: Forward Contract Data to Item
    V46H0001  SD Customer functions for resource-related billing
    V60F0001  SD Billing plan (customer enhancement) diff. to billing
    For Delivery you will get .. here the package name will be VL.
    V02V0001  Sales area determination for stock transport order
    V02V0002  User exit for storage location determination
    V02V0003  User exit for gate + matl staging area determination (h
    V02V0004  User Exit for Staging Area Determination (Item)
    V50PSTAT  Delivery: Item Status Calculation
    V50Q0001  Delivery Monitor: User Exits for Filling Display Fields
    V50R0001  Collective processing for delivery creation
    V50R0002  Collective processing for delivery creation
    V50R0004  Calculation of Stock for POs for Shipping Due Date List
    V50S0001  User Exits for Delivery Processing
    V53C0001  Rough workload calculation in time per item
    V53C0002  W&S: RWE enhancement - shipping material type/time slot
    V53W0001  User exits for creating picking waves
    VMDE0001  Shipping Interface: Error Handling - Inbound IDoc
    VMDE0002  Shipping Interface: Message PICKSD (Picking, Outbound)
    VMDE0003  Shipping Interface: Message SDPICK (Picking, Inbound)
    VMDE0004  Shipping Interface: Message SDPACK (Packing, Inbound)
    For Billing VF01..Package is VF..
    SDVFX007  User exit: Billing plan during transfer to Accounting
    SDVFX008  User exit: Processing of transfer structures SD-FI
    SDVFX009  Billing doc. processing KIDONO (payment reference numbe
    SDVFX010  User exit item table for the customer lines
    SDVFX011  Userexit for the komkcv- and kompcv-structures
    V05I0001  User exits for billing index
    V05N0001  User Exits for Printing Billing Docs. using POR Procedu
    V60A0001  Customer functions in the billing document
    V60P0001  Data provision for additional fields for display in lis
    V61A0001  Customer enhancement: Pricing
    Or another way is ..
    - Get the program name for that T-Code
    - Go to that program
    - In that program, search for word 'EXIT' or 'CUSTOMER-FUNCTION' by using where-used list which will give u the list of user exits for that program
    And also you can check in the tables in SE16 for user exits..
    MODSAP - Stores SAP Enhancements
    MODSAPT - Stores SAP Enhancements - Short Texts
    MODACT - Stores Modifications
    And there are other ways as well , pls check the forum for this ,
    Regards,
    Vvieks
    Note : If you have any specific requirement then pls let us know , we will guide you

  • I have been an Adobe customer since 1991 on an old IICi.  Awhile ago I purchased Creative suite 4.  I have Adobe Acrobat 4, ver. 9.5.5.  Are there any updates I can apply?  What is involved in updating if I want to avoid the cloud?  I have a satellite con

    How do I upgrade Acrobat Pro 9.5.5?
    I have been an Adobe customer since 1991 on an old IICi.  A while ago I purchased Creative suite 4.  I have Adobe Acrobat 4, ver. 9.5.5.  Are there any updates I can apply?  What is involved in updating if I want to avoid the cloud?  I have a satellite connection that charges for bandwidth usage.  I have a 27" iMac, using 10.10.3.

    Hi Kenneth ,
    We are sorry but you would not be able to update from Creative Suite 4 .The reason being there are no updates available for Acrobat version 9 .It is quite an older version so you are unfortunately not eligible for any updates or upgrade .
    The best option for you would be to opt for Acrobat DC .
    You could either for Acrobat DC subscription or perpetual version .Here is the link to download the same .
    https://helpx.adobe.com/acrobat/kb/acrobat-dc-downloads.html
    https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    You could also opt for Acrobat DC Creative Cloud subscription
      https://creative.adobe.com/products/acrobat
    Regards
    Sukrit Dhingra

  • What apps are available for ipod touch 1st generation

    what apps are available for 1st generation ipod touch

    Here's a list of Apps/games I've been able to download & play for 1st gen ipod touch:
    1. Dragon Story
    2. Dragon Village
    3. World War
    4. Rollercoaster Buggy
    5. GTA: Chinatown Lite
    6. iBrowser Free
    7. Castle Magic Lite
    8. Tappily Ever After
    9. TextFree
    10. Unblock Me
    11. Emer. Radio Free
    12. Need For Speed: Hot Pursuit
    13. Touch Chords
    14. Word Search
    15. Ghost Stories
    16. Search Bing
    17. HTML Viewer
    18. Multi-App
    19. Namco Portal
    20. Fantasy Background
    21. Shanghai Lite (Mahjongg)
    22. Solitaire
    23. Bling
    24. Freecell
    25. Fairy*
    26. City Story
    27. *City*
    28. Nightclub
    29. Hidden Object Free
    30. Party In My Dorm
    31. Crossworlds: The Flying City
    32. Fast-Connect (WiFi)
    33. Taptown 2
    34. The Hunt
    35. Daily Jigsaw
    36. Hidden Mysteries: Civil War
    37. Slingo Supreme Lite
    38. Pocket Bingo
    39. Keno Keno Free
    40. Live Bingo
    41. Scrabble Free
    42. Boggle Free
    43. Fruited
    44. Free Browser
    45. Monster City
    46. City Zombies
    47. Jewel Farm
    48. iSpaceship Landing
    49. Land Of The Lost: Crystal Adventure
    50. Exotic Positions
    51. Sex Postions Game
    52. iFun Sex
    53. Yukon (Solitaire)
    54. Canfield (Solitaire)
    55. Sex Positions
    56. Pickup Lines
    57. Yo Momma Ultimate Lite
    58. Jokes
      There are more.

  • Are there any (dis)advantages in building a universe on fully normalized tables instead of building dimensional model/tables and then universe on top of them?

    Hello,
    I’m hoping someone can help me with understanding advantages and disadvantages if we want to build a universe on top of a fully normalized tables, compared to using a dimensional model with star schemas.
    I’ve read some discussions here that say that it is possible to create a universe on top of normalized tables. Then, can we avoid building of dimensional tables (a data mart), and just use normalized tables? I would say that it is easier to use star schema dimensions and facts tables to build a universe, but our end users might ask “why do we have to go through building a dimensional data mart, if we can have same reports with hierarchies and drill-down functionality based on a universe built on top of our already existing normalized tables?”
    Can you point me to some established best practices regarding using normalized tables to build a universe? Any documents with some examples for this?
    Any expected difficulties during design/development phase of our universe, related to using normalized tables?
    Any expected performance degradation if we use normalized tables compared to using dimensional tables?
    Can I build universe more easily if I transform (modify) our normalized model (by using alias tables and views) to look like snowflake model?
    I’m using BOE XI 3.1, tables are in Oracle 11.2.
    Thank you

    Few Disadvantages that I usually face when building universe on Normalized tables,
    1. Performance - Read operations have to suffer because indexing strategies do not go well with table joins
    2. Derived Tables - Due to complex Queries/ Logic, most of the time, end-up creating derived tables, which doesn't use back-end table indexes and slows down the report runtime.
    3. Normalized table/ Transaction tables may not always have proper cardinality and often results in Cartesian products
    4. Normalized tables may not have tight referential integrity and may have to join more than one column and join on varchar, etc whereas, good Dimensional model datawarehouse will have proper keys/ integer joins and not always necessary to join on multiple fields
    5. Often deal with Fan and Chasm Traps
    6. Dealing with Database fields with nulls, blanks, date in numeric format, etc.,
    7. No Facts, Dimensions separated and most of the time they are in same table
    and More...
    If performance is not a matter and building Datawarehouse is a big deal, then I will start building Universe on normalized tables by having the database diagram as reference for Joins, contexts, etc
    Note: After dealing with universes based on normalized tables for few years (by creating views, complex sql queries data loading to tables and unv on these tables, derived tables), I ended up creating star-schema dimensional model (couple of months extra ETL work), users/ developers felt lot better when they have to create standard/ ad-hoc reports and they are super fast compared to previous universes.

  • HT1420 How do you see what computers are authorized for your account?

    How do you see what computers are authorized for your itunes account?

    There's no list available from your end; you need to go to each you think might be and check.
    (74236)

  • HT2523 What languages are available for TextEdit?

    What languages are available for TextEdit?

    I've updated the list to add the remaining CS6 Help PDFs:
    Illustrator is now available in Français, Deutsch, Japanese (日本語).
    Fireworks, Bridge, and Extension Manager are available in Français only.
    No additional PDF languages will be added for Illustrator and Photoshop.

  • 4.what accounts are generated for Non-Valuated material & for Consignment m

    4.what accounts are generated for Non-Valuated material & for Consignment material?
    please explain me.

    Dear Srinivas,
    Please find below the explanation about both materials in a simple manner.
      "Non valuated material".(UNBW):
    For this material type in the basic settings only Qty. update is active & no value update.
    No accounting data is maintained in Material master hence stock values are not updated.This material is procured only with account assignment.
    Consumption statistic is updated only after Goods Issue.Whenever material will come its value will be always go to consumption account.
    Consignment Material :
    In this case material is still owned by vendor & only kept in your premises. Liability only starts when you withdraw material from consignment stock or post it to your own valuated stock.Liabilities are generally settled monthly.
    At GR wrt PO material is directly put to consignment stock of vendor.It is possible to post another GR into consignment stock.No valuation takes place during GR.
    Once the material is withdrawn from consignment stock( For prod) it is valuated with the price of vendor in as per INFO record.
    If useful reward points,
    Vivek

Maybe you are looking for

  • Discoverer report is taking much time to open

    Hi All the discoverer report are taking much time to open,even query in lov is taking 20 -25 min.s.We have restart the services but on result found. Please suggest what can be done ,my application is on 12.0.6. Regards

  • Condition type needed as both internal price and shown as cost in KE24

    Dear friend, I like to set up a condition type with attribute of internal price but like to it to be show as cost in profitability . Please see details. condition type needed as a internal price under condition part in SO line item , but will not be

  • Create Slideshow with Movies?

    I have about 750 pictures and 100 movies in iPhoto, organized into albums, that I'd like to burn a slideshow DVD out of. However, I can't find any way to do it automatically. The only way I've come up with is to import them one by one into iMovie, ho

  • Max Menu Items Reached in Step Type Palettes

    Hi, I am seeing a greyed out text in some of my step type palettes 'Max Menu Items Reached' which is probably derived from the Resource string SEQ_MAXIMUM_MENU_ITEMS_REACHED. What defines the maximum number of menu items in the type palettes and can

  • SQL table or Txt file as target

    Hi, I have been asked my my IT department if FDM can have a Sql table or a txt file as a target instead of using the normal EPM products like esbase/hfm. They like the interface as a user friendly interface for collecting data and validating data fro